Changeset 901 for trunk/Modules/FinanceBankAPI/FinanceBankAPI.php
- Timestamp:
- Feb 17, 2021, 9:27:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FinanceBankAPI.php
r899 r901 37 37 $this->License = 'GNU/GPLv3'; 38 38 $this->Description = 'Communication through API to various banks, manual file import'; 39 $this->Dependencies = array(ModuleFinance::GetName(), ModuleScheduler::GetName(), ModuleIS::GetName()); 39 $this->Dependencies = array(ModuleFinance::GetName(), ModuleScheduler::GetName(), ModuleIS::GetName(), 40 ModuleDocument::GetName()); 40 41 $this->Models = array(FinanceBankImport::GetClassName()); 41 42 }
Note:
See TracChangeset
for help on using the changeset viewer.