Changeset 718 for trunk/Modules/Finance/Finance.php
- Timestamp:
- Jan 1, 2015, 3:22:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r716 r718 320 320 'BeforeInsert' => array($this, 'BeforeInsertFinanceOperation'), 321 321 )); 322 $this->System->FormManager->RegisterClass('Company', array( 323 'Title' => 'Firma', 324 'Table' => 'Company', 325 'Items' => array( 326 'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => '0'), 327 'Subject' => array('Type' => 'TSubject', 'Caption' => 'Subjekt', 'Default' => '0'), 328 ), 329 )); 322 330 $this->System->FormManager->RegisterClass('FinanceInvoiceItem', array( 323 331 'Title' => 'Položka faktury',
Note:
See TracChangeset
for help on using the changeset viewer.