Changeset 629 for trunk/Modules/Finance/Manage.php
- Timestamp:
- Jan 2, 2014, 5:07:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Manage.php
r627 r629 106 106 global $LastInsertTime; 107 107 108 $BillCode = $this->System->Modules['Finance']->GetNextDocumentLineNumber($DocumentLine); 108 $Year = date('Y', $TimeCreation); 109 $BillCode = $this->System->Modules['Finance']->GetNextDocumentLineNumber($DocumentLine, $Year); 109 110 $SumValue = 0; 110 111 foreach($Items as $Item)
Note:
See TracChangeset
for help on using the changeset viewer.