Changeset 765 for trunk/Application
- Timestamp:
- Nov 6, 2015, 8:40:19 PM (9 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r755 r765 377 377 'Filter' => '1', 378 378 ), 379 'TFinanceOperationListAccount' => array( 379 'TFinanceOperationListGroup' => array( 380 'Type' => 'ManyToOne', 381 'Table' => 'FinanceOperation', 382 'Id' => 'Id', 383 'Ref' => 'Group', 384 'Filter' => '1', 385 ), 386 'TFinanceOperationListAccount' => array( 380 387 'Type' => 'ManyToOne', 381 388 'Table' => 'FinanceOperation', -
trunk/Application/Version.php
r764 r765 1 1 <?php 2 2 3 $Revision = 76 4; // Subversion revision4 $DatabaseRevision = 76 3; // SQL structure revision5 $ReleaseTime = strtotime('2015-11-0 5');3 $Revision = 765; // Subversion revision 4 $DatabaseRevision = 765; // SQL structure revision 5 $ReleaseTime = strtotime('2015-11-06');
Note:
See TracChangeset
for help on using the changeset viewer.