Ignore:
Timestamp:
Jan 2, 2014, 5:07:34 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Doplněn parametr rok u dalších vkládaných položek finančních operací a faktur.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/Manage.php

    r627 r629  
    106106    global $LastInsertTime;
    107107   
    108     $BillCode = $this->System->Modules['Finance']->GetNextDocumentLineNumber($DocumentLine);
     108    $Year = date('Y', $TimeCreation);
     109    $BillCode = $this->System->Modules['Finance']->GetNextDocumentLineNumber($DocumentLine, $Year);
    109110    $SumValue = 0;
    110111    foreach($Items as $Item)
Note: See TracChangeset for help on using the changeset viewer.