Round qty in product report
This commit is contained in:
parent
a4b919f188
commit
c3c0ece14a
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ class ReportController extends BaseController
|
|||
$isExport ? $client->getDisplayName() : $client->present()->link,
|
||||
$isExport ? $invoice->invoice_number : $invoice->present()->link,
|
||||
$invoice->present()->invoice_date,
|
||||
$invoiceItem->qty,
|
||||
round($invoiceItem->qty, 2),
|
||||
$invoiceItem->product_key,
|
||||
];
|
||||
//$reportTotals = $this->addToTotals($reportTotals, $client->currency_id, 'paid', $payment ? $payment->amount : 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue