From 13992a8872427ddb9b8c9929c38bd243c1c2cec2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 29 Jul 2018 09:58:18 +0300 Subject: [PATCH] Fix for product report --- app/Ninja/Reports/ProductReport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Ninja/Reports/ProductReport.php b/app/Ninja/Reports/ProductReport.php index 2696036add3d..855f18572efb 100644 --- a/app/Ninja/Reports/ProductReport.php +++ b/app/Ninja/Reports/ProductReport.php @@ -70,7 +70,7 @@ class ProductReport extends AbstractReport $invoice->present()->invoice_date, $item->product_key, $item->notes, - Utils::roundSignificant($item->qty, 0), + $item->qty + 0, Utils::roundSignificant($item->cost, 2), ];