Changeset 413 for trunk/form_classes.php
- Timestamp:
- Oct 7, 2012, 4:35:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r409 r413 12 12 'Cash' => array('Type' => 'Boolean', 'Caption' => 'Hotovost', 'Default' => '0'), 13 13 'Taxable' => array('Type' => 'Boolean', 'Caption' => 'Ovlivňující daňový základ', 'Default' => '1'), 14 //'BankAccount' => array('Type' => 'TBankAccount', 'Caption' => 'Bankovní účet', 'Default' => '1'), 14 15 ), 15 16 ), … … 196 197 'Filter' => '1', 197 198 ), 199 'TBankAccount' => array( 200 'Type' => 'Reference', 201 'Table' => 'FinanceBankAccount', 202 'Id' => 'Id', 203 'Name' => 'Comment', 204 'Filter' => '1', 205 ), 198 206 'TNetworkDevice' => array( 199 207 'Type' => 'Reference',
Note:
See TracChangeset
for help on using the changeset viewer.