X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Fcustomer_invoice.php;h=e8dadd9aeb81b9ccd9e4b485c8f18256510cdce9;hb=f474e197d8af7acfea554f560a5c45f7d0bef1f7;hp=c2ffcfe0382d3808e2072d01ae21d72de7e6f9f4;hpb=0ad7b92c6cf2e4e65ca0fa94ba31f30f7b292ba8;p=fa-stable.git diff --git a/sales/customer_invoice.php b/sales/customer_invoice.php index c2ffcfe0..e8dadd9a 100644 --- a/sales/customer_invoice.php +++ b/sales/customer_invoice.php @@ -347,7 +347,7 @@ foreach ($_SESSION['Items']->line_items as $line=>$ln_itm) { hidden('Line' . $line, $ln_itm->qty_dispatched ); echo qty_format($ln_itm->qty_dispatched).''; } else { - small_amount_cells(null, 'Line'.$line, qty_format($ln_itm->qty_dispatched)); + small_qty_cells(null, 'Line'.$line, qty_format($ln_itm->qty_dispatched)); } $display_discount_percent = percent_format($ln_itm->discount_percent*100) . " %";