Changeset 680 for trunk/Modules/Finance/Finance.php
- Timestamp:
- Jul 27, 2014, 12:28:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r660 r680 399 399 'VAT' => array('Type' => 'Integer', 'Caption' => 'Daň', 'Default' => '21', 'Suffix' => '%'), 400 400 'Total' => array('Type' => 'Integer', 'Caption' => 'Celkem', 'Default' => '', 'Suffix' => 'Kč', 401 'ReadOnly' => true, 'SQL' => ' `Price` * `Quantity`'),401 'ReadOnly' => true, 'SQL' => 'CEIL(`Price` * `Quantity`)'), 402 402 ), 403 403 ));
Note:
See TracChangeset
for help on using the changeset viewer.