Ignore:
Timestamp:
Nov 4, 2015, 9:00:41 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Generation of new invoices.
  • Fixed: Presetting values for pairing imported operations from bank account.
  • Fixed: Firewall NAT rules error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Scheduler/Scheduler.php

    r760 r761  
    8282        $Duration = $StopTime - $StartTime;
    8383        $this->Database->update('Scheduler', 'Id='.$DbRow['Id'],
    84           array('Log' => $Output, 'LastExecutedTime' => TimeToMysqlDateTime($StartTime)));
     84          array('Log' => $Output, 'LastExecutedTime' => TimeToMysqlDateTime($StartTime),
     85            'Duration' => $Duration));
    8586        if($DbRow['Period'] != '') {
    8687          if($DbRow['ScheduledTime'] == '') $NewScheduledTime = $StartTime + $DbRow['Period'];
Note: See TracChangeset for help on using the changeset viewer.