Ignore:
Timestamp:
Nov 6, 2015, 8:40:19 PM (9 years ago)
Author:
chronos
Message:
  • Added: Customer support activity table.
  • Added: Show operations for operation group.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/FormClasses.php

    r755 r765  
    377377    'Filter' => '1',
    378378  ),
    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(
    380387    'Type' => 'ManyToOne',
    381388    'Table' => 'FinanceOperation',
Note: See TracChangeset for help on using the changeset viewer.