Changeset 679 for trunk/Application
- Timestamp:
- Jul 26, 2014, 9:25:03 PM (10 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r677 r679 576 576 'Filter' => '1', 577 577 ), 578 'TNetworkDeviceListProduct' => array( 579 'Type' => 'ManyToOne', 580 'Table' => 'NetworkDevice', 581 'Id' => 'Id', 582 'Ref' => 'Product', 583 'Filter' => '1', 584 ), 578 585 'TDocumentLine' => array( 579 586 'Type' => 'Reference', -
trunk/Application/Version.php
r678 r679 1 1 <?php 2 2 3 $Revision = 67 8; // Subversion revision4 $DatabaseRevision = 67 8; // SQL structure revision5 $ReleaseTime = strtotime('2014-07-2 5');3 $Revision = 679; // Subversion revision 4 $DatabaseRevision = 679; // SQL structure revision 5 $ReleaseTime = strtotime('2014-07-26');
Note:
See TracChangeset
for help on using the changeset viewer.