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/Finance/Manage.php

    r748 r761  
    177177
    178178        // Load invoice group
    179         $FinanceGroup = $this->System->Modules['Finance']->GetFinanceGroupById($InvoiceGroupId, 'FinanceInvoice');
     179        $FinanceGroup = $this->System->Modules['Finance']->GetFinanceGroupById($InvoiceGroupId, 'FinanceInvoiceGroup');
    180180        foreach($InvoiceItems as $Index => $Item) {
    181181          $InvoiceItems[$Index]['Price'] = $Item['Price'] * $FinanceGroup['ValueSign'];
     
    271271    $Row = $DbResult->fetch_row();
    272272    $TotalMemberCash = $Row[0];
    273     $Output .= 'Stav pokladny: Členové('.$TotalMemberCash.')';
     273    $Output .= 'Stav pokladny: Členové('.round($TotalMemberCash).')<br/>';
    274274
    275275    $DbResult = $this->Database->query('SELECT SUM(`Product`.`Consumption`) AS `Consumption` FROM `StockSerialNumber` '.
Note: See TracChangeset for help on using the changeset viewer.