Changeset 709
- Timestamp:
- Dec 22, 2014, 12:11:26 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r708 r709 1 1 <?php 2 2 3 $Revision = 70 8; // Subversion revision3 $Revision = 709; // Subversion revision 4 4 $DatabaseRevision = 707; // SQL structure revision 5 5 $ReleaseTime = strtotime('2014-12-21'); -
trunk/Modules/Finance/Finance.php
r680 r709 381 381 'PeriodFrom' => array('Type' => 'Date', 'Caption' => 'Období od', 'Default' => '', 'Null' => true), 382 382 'PeriodTo' => array('Type' => 'Date', 'Caption' => 'Období do', 'Default' => '', 'Null' => true), 383 'Cash' => array('Type' => 'Boolean', 'Caption' => 'Platit hotově', 'Default' => ''), 383 384 'Items' => array('Type' => 'TFinanceInvoiceItemListInvoice', 'Caption' => 'Položky', 'Default' => ''), 384 385 'OperationRel' => array('Type' => 'TFinanceInvoiceOperationRelListInvoice', 'Caption' => 'Platba', 'Default' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.