Changeset 755 for trunk/Application
- Timestamp:
- Oct 25, 2015, 9:51:51 PM (9 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r747 r755 356 356 'Filter' => '1', 357 357 ), 358 'TFinanceInvoiceStornoListBy' => array( 359 'Type' => 'ManyToOne', 360 'Table' => 'FinanceInvoiceStorno', 361 'Id' => 'Id', 362 'Ref' => 'StornoBy', 363 'Filter' => '1', 364 ), 365 'TFinanceInvoiceStornoListOf' => array( 366 'Type' => 'ManyToOne', 367 'Table' => 'FinanceInvoiceStorno', 368 'Id' => 'Id', 369 'Ref' => 'StornoOf', 370 'Filter' => '1', 371 ), 372 'TFinanceInvoiceListGroup' => array( 373 'Type' => 'ManyToOne', 374 'Table' => 'FinanceInvoice', 375 'Id' => 'Id', 376 'Ref' => 'Group', 377 'Filter' => '1', 378 ), 358 379 'TFinanceOperationListAccount' => array( 359 380 'Type' => 'ManyToOne', -
trunk/Application/Version.php
r754 r755 1 1 <?php 2 2 3 $Revision = 75 2; // Subversion revision4 $DatabaseRevision = 75 2; // SQL structure revision5 $ReleaseTime = strtotime('2015-10-2 1');3 $Revision = 755; // Subversion revision 4 $DatabaseRevision = 755; // SQL structure revision 5 $ReleaseTime = strtotime('2015-10-25');
Note:
See TracChangeset
for help on using the changeset viewer.