Changeset 524 for trunk/Modules/Finance/Finance.php
- Timestamp:
- Apr 20, 2013, 8:51:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r521 r524 37 37 function Start() 38 38 { 39 global $Config; 40 39 41 parent::Start(); 40 42 $this->System->RegisterPage('finance', 'PageFinance'); … … 48 50 $this->System->RegisterPage(array('finance', 'import'), 'PageFinanceImportPayment'); 49 51 $this->System->RegisterPage(array('finance', 'zivnost'), 'PageFinanceTaxFiling'); 52 53 $this->System->AddModule(new Bill($this->System)); 54 $this->System->AddModule(new Finance($this->System)); 55 $this->System->Modules['Finance']->MainSubject = $Config['Finance']['MainSubjectId']; 56 $this->System->Modules['Finance']->DirectoryId = $Config['Finance']['DirectoryId']; 57 $this->System->Modules['Finance']->LoadMonthParameters(0); 50 58 } 51 59
Note:
See TracChangeset
for help on using the changeset viewer.