Changeset 604 for trunk/Modules
- Timestamp:
- Dec 8, 2013, 1:27:41 PM (11 years ago)
- Location:
- trunk/Modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r586 r604 410 410 'ReadOnly' => true, 'Suffix' => 'Kč', 'SQL' => '(SELECT SUM(`FinanceOperation`.`Value`) FROM `FinanceOperation` '. 411 411 'WHERE `FinanceOperation`.`Treasury`=#Id)'), 412 'Operations' => array('Type' => 'TFinanceOperationListTreasury', 'Caption' => 'Operace', 'Default' => ''), 412 413 ), 413 414 )); -
trunk/Modules/TV/TV.php
r586 r604 151 151 'Items' => array( 152 152 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 153 'Channels' => array('Type' => 'TTVListCategory', 'Caption' => 'Kanály', 'Default' => ''), 153 154 ), 154 155 ));
Note:
See TracChangeset
for help on using the changeset viewer.