Changeset 761 for trunk/Modules/Finance/Manage.php
- Timestamp:
- Nov 4, 2015, 9:00:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Manage.php
r748 r761 177 177 178 178 // Load invoice group 179 $FinanceGroup = $this->System->Modules['Finance']->GetFinanceGroupById($InvoiceGroupId, 'FinanceInvoice ');179 $FinanceGroup = $this->System->Modules['Finance']->GetFinanceGroupById($InvoiceGroupId, 'FinanceInvoiceGroup'); 180 180 foreach($InvoiceItems as $Index => $Item) { 181 181 $InvoiceItems[$Index]['Price'] = $Item['Price'] * $FinanceGroup['ValueSign']; … … 271 271 $Row = $DbResult->fetch_row(); 272 272 $TotalMemberCash = $Row[0]; 273 $Output .= 'Stav pokladny: Členové('. $TotalMemberCash.')';273 $Output .= 'Stav pokladny: Členové('.round($TotalMemberCash).')<br/>'; 274 274 275 275 $DbResult = $this->Database->query('SELECT SUM(`Product`.`Consumption`) AS `Consumption` FROM `StockSerialNumber` '.
Note:
See TracChangeset
for help on using the changeset viewer.