Changeset 760 for trunk/Modules/Finance/Finance.php
- Timestamp:
- Oct 27, 2015, 12:06:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r755 r760 444 444 'TimeEnd' => array('Type' => 'Date', 'Caption' => 'Čas zrušení', 'Default' => '', 'Null' => true), 445 445 'Currency' => array('Type' => 'TCurrency', 'Caption' => 'Měna', 'Default' => ''), 446 'LoginName' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno / token', 'Default' => '' ),447 'LoginPassword' => array('Type' => 'String', 'Caption' => 'Přihlašovací heslo', 'Default' => '' ),446 'LoginName' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno / token', 'Default' => '', 'NotInList' => true), 447 'LoginPassword' => array('Type' => 'String', 'Caption' => 'Přihlašovací heslo', 'Default' => '', 'NotInList' => true), 448 448 'Operations' => array('Type' => 'TFinanceOperationListAccount', 'Caption' => 'Operace', 'Default' => ''), 449 449 'Use' => array('Type' => 'Boolean', 'Caption' => 'Používat', 'Default' => '0'),
Note:
See TracChangeset
for help on using the changeset viewer.