Changeset 916 for trunk/Modules/Contract/Contract.php
- Timestamp:
- Dec 7, 2021, 11:08:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Contract/Contract.php
r912 r916 21 21 function DoStart(): void 22 22 { 23 global $Config; 24 25 $this->DirectoryId = $Config['Contract']['DirectoryId']; 23 $this->DirectoryId = $this->System->Config['Contract']['DirectoryId']; 26 24 $this->System->RegisterPage(['smlouvy', 'generovat'], 'PageContractGenerate'); 27 25 $this->System->FormManager->RegisterClass('Contract', array(
Note:
See TracChangeset
for help on using the changeset viewer.