Changeset 901 for trunk/Modules/Finance/Import.php
- Timestamp:
- Feb 17, 2021, 9:27:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Import.php
r888 r901 131 131 { 132 132 $Year = date('Y', $Time); 133 $BillCode = Module Finance::Cast($this->System->GetModule('Finance'))->Finance->GetNextDocumentLineNumberId($Group['DocumentLine'], $Year);133 $BillCode = ModuleDocument::Cast($this->System->GetModule('Document'))->GetNextDocumentLineNumberId($Group['DocumentLine'], $Year); 134 134 // TODO: Fixed BankAccount=1, allow to select bank account for import 135 135 $this->Database->insert('FinanceOperation', array('Text' => $Text,
Note:
See TracChangeset
for help on using the changeset viewer.