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), ];