Changeset 901 for trunk/Modules/Subject
- Timestamp:
- Feb 17, 2021, 9:27:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Subject/Subject.php
r899 r901 43 43 'WHERE `FinanceInvoice`.`Subject`=#Id), 0))'), 44 44 'BankAccounts' => array('Type' => 'TFinanceBankAccountListSubject', 'Caption' => 'Bankovní účty', 'Default' => ''), 45 'Contracts' => array('Type' => 'TContractListSubject', 'Caption' => 'Smlouvy', 'Default' => ''), 45 46 ), 46 47 )); … … 48 49 'Type' => 'ManyToOne', 49 50 'Table' => 'FinanceBankAccount', 51 'Id' => 'Id', 52 'Ref' => 'Subject', 53 'Filter' => '1', 54 )); 55 $this->System->FormManager->RegisterFormType('TContractListSubject', array( 56 'Type' => 'ManyToOne', 57 'Table' => 'Contract', 50 58 'Id' => 'Id', 51 59 'Ref' => 'Subject',
Note:
See TracChangeset
for help on using the changeset viewer.