Changeset 899 for trunk/Modules/FinanceBankAPI/FileImport.php
- Timestamp:
- Feb 17, 2021, 12:30:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FileImport.php
r887 r899 180 180 function Insert(): string 181 181 { 182 $Finance = $ModuleFinance::Cast($this->System->GetModule('Finance'))->Finance;182 $Finance = ModuleFinance::Cast($this->System->GetModule('Finance'))->Finance; 183 183 $Output = ''; 184 184
Note:
See TracChangeset
for help on using the changeset viewer.