Changeset 901 for trunk/Modules/Employee/Employee.php
- Timestamp:
- Feb 17, 2021, 9:27:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Employee/Employee.php
r899 r901 83 83 'Filter' => '1', 84 84 )); 85 $this->System->FormManager->RegisterFormType('TEmployeeSalaryListContract', array( 86 'Type' => 'ManyToOne', 87 'Table' => 'EmployeeSalary', 88 'Id' => 'Id', 89 'Ref' => 'Contract', 90 'Filter' => '1', 91 )); 85 92 } 86 93 }
Note:
See TracChangeset
for help on using the changeset viewer.