- Timestamp:
- Dec 6, 2022, 8:59:12 PM (2 years ago)
- Location:
- trunk/Modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Customer/Customer.php
r941 r943 119 119 )); 120 120 $this->System->FormManager->RegisterClass('AddressPlace', array( 121 'Title' => 'Adresní míst no',121 'Title' => 'Adresní místo', 122 122 'Table' => 'AddressPlace', 123 123 'DefaultSortColumn' => 'HouseNumber', -
trunk/Modules/Finance/Finance.php
r933 r943 74 74 'AfterInsert' => array($this, 'AfterInsertFinanceOperation'), 75 75 'BeforeModify' => array($this, 'BeforeModifyFinanceOperation'), 76 'AfterModify' => array($this, 'BeforeModifyFinanceOperation'), 76 77 'ItemActions' => array( 77 78 array('Caption' => 'Přegenerovat doklad', 'URL' => '/finance/sprava/?Operation=RegenerateOperation&i=#RowId'), … … 181 182 'AfterInsert' => array($this, 'AfterInsertFinanceInvoice'), 182 183 'BeforeModify' => array($this, 'BeforeModifyFinanceInvoice'), 184 'AfterModify' => array($this, 'BeforeModifyFinanceInvoice'), 183 185 'ItemActions' => array( 184 186 array('Caption' => 'Přegenerovat doklad', 'URL' => '/finance/sprava/?Operation=RegenerateInvoice&i=#RowId'), … … 453 455 'SQL' => 'SELECT Id, DateEnd, DateStart FROM FinanceYear', 454 456 'DefaultSortColumn' => 'Id', 457 'DefaultSortOrder' => 1, 455 458 'Items' => array( 456 459 'Id' => array('Type' => 'TFinanceYear', 'Caption' => 'Rok', 'Default' => '',
Note:
See TracChangeset
for help on using the changeset viewer.