Changeset 951 for trunk/Modules/Subject/Subject.php
- Timestamp:
- Jul 12, 2023, 9:02:24 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Subject/Subject.php
r914 r951 44 44 'BankAccounts' => array('Type' => 'TFinanceBankAccountListSubject', 'Caption' => 'Bankovní účty', 'Default' => ''), 45 45 'Contracts' => array('Type' => 'TContractListSubject', 'Caption' => 'Smlouvy', 'Default' => ''), 46 'Contacts' => array('Type' => 'TContactListSubject', 'Caption' => 'Kontakty', 'Default' => ''), 46 47 ), 47 48 )); … … 56 57 'Type' => 'ManyToOne', 57 58 'Table' => 'Contract', 59 'Id' => 'Id', 60 'Ref' => 'Subject', 61 'Filter' => '1', 62 )); 63 $this->System->FormManager->RegisterFormType('TContactListSubject', array( 64 'Type' => 'ManyToOne', 65 'Table' => 'Contact', 58 66 'Id' => 'Id', 59 67 'Ref' => 'Subject',
Note:
See TracChangeset
for help on using the changeset viewer.