Changeset 629 for trunk/Modules/Finance/Import.php
- Timestamp:
- Jan 2, 2014, 5:07:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Import.php
r568 r629 122 122 function InsertMoney($Subject, $Value, $Cash, $Taxable, $Time, $Text, $DocumentLine) 123 123 { 124 125 $BillCode = $this->System->Modules['Finance']->GetNextDocumentLineNumber($DocumentLine );124 $Year = date('Y', $Time); 125 $BillCode = $this->System->Modules['Finance']->GetNextDocumentLineNumber($DocumentLine, $Year); 126 126 // TODO: Fixed BankAccount=1 127 127 $this->Database->insert('FinanceOperation', array('Text' => $Text,
Note:
See TracChangeset
for help on using the changeset viewer.