Changeset 884 for trunk/Modules/FinanceBankAPI/FileImport.php
- Timestamp:
- Sep 8, 2020, 5:26:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FileImport.php
r874 r884 42 42 $BillCode = $this->System->Modules['Finance']->GetNextDocumentLineNumberId($FinanceGroup['DocumentLine'], $Year); 43 43 $DbResult3 = $this->Database->insert('FinanceOperation', array('Subject' => $DbRow2['Id'], 'Cash' => 0, 44 'ValueUser' => Abs($DbRow['Value']), ' Taxable' => 1, 'BankAccount' => $DbRow['BankAccount'], 'Network' => 1,44 'ValueUser' => Abs($DbRow['Value']), 'Value' => 0, 'Taxable' => 1, 'BankAccount' => $DbRow['BankAccount'], 'Network' => 1, 45 45 'Time' => $DbRow['Time'], 'Text' => $DbRow['Description'], 'BillCode' => $BillCode, 'Group' => $FinanceGroup['Id'])); 46 46 $Id = $this->Database->insert_id;
Note:
See TracChangeset
for help on using the changeset viewer.