Changeset 507 for trunk/Common/Global.php
- Timestamp:
- Apr 1, 2013, 7:14:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r506 r507 196 196 $System->AddModule(new Bill()); 197 197 $System->AddModule(new Finance()); 198 $System->Modules['Finance']->MainSubject = $Config['Finance']['MainSubjectId']; 199 $System->Modules['Finance']->DirectoryId = $Config['Finance']['DirectoryId']; 198 200 $System->Modules['Finance']->LoadMonthParameters(0); 199 201 RegisterFormClasses($System->FormManager);
Note:
See TracChangeset
for help on using the changeset viewer.