forward port of missing transaction operation
This commit is contained in:
parent
5d426b5c58
commit
ab77c64164
2 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,8 @@
|
||||||
http://www.webgui.org/bugs/tracker/fixed-calendar-events-on-the-last-day-of-the-month-do-not-appear-on-the-month-view
|
http://www.webgui.org/bugs/tracker/fixed-calendar-events-on-the-last-day-of-the-month-do-not-appear-on-the-month-view
|
||||||
- fix: SQLForm says Databaselink does not have enough privileges (perlDreamer Consulting, LLC)
|
- fix: SQLForm says Databaselink does not have enough privileges (perlDreamer Consulting, LLC)
|
||||||
http://www.webgui.org/bugs/tracker/sqlform-says-databaselink-does-not-have-enough-privileges
|
http://www.webgui.org/bugs/tracker/sqlform-says-databaselink-does-not-have-enough-privileges
|
||||||
|
- fix: List pending Transactions (perlDreamer Consulting, LLC)
|
||||||
|
http://www.webgui.org/bugs/tracker/list-pending-transactions
|
||||||
|
|
||||||
7.3.20
|
7.3.20
|
||||||
- Added beta label to the beta components in the system, so people can more
|
- Added beta label to the beta components in the system, so people can more
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,7 @@ sub getOperations {
|
||||||
'editCommerceSettings' => 'WebGUI::Operation::Commerce',
|
'editCommerceSettings' => 'WebGUI::Operation::Commerce',
|
||||||
'editCommerceSettingsSave' => 'WebGUI::Operation::Commerce',
|
'editCommerceSettingsSave' => 'WebGUI::Operation::Commerce',
|
||||||
'listTransactions' => 'WebGUI::Operation::Commerce',
|
'listTransactions' => 'WebGUI::Operation::Commerce',
|
||||||
|
'listPendingTransactions' => 'WebGUI::Operation::Commerce',
|
||||||
'salesTaxTable' => 'WebGUI::Operation::Commerce',
|
'salesTaxTable' => 'WebGUI::Operation::Commerce',
|
||||||
'selectPaymentGateway' => 'WebGUI::Operation::Commerce',
|
'selectPaymentGateway' => 'WebGUI::Operation::Commerce',
|
||||||
'selectPaymentGatewaySave' => 'WebGUI::Operation::Commerce',
|
'selectPaymentGatewaySave' => 'WebGUI::Operation::Commerce',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue