X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Fcustomer_invoice.php;h=e8dadd9aeb81b9ccd9e4b485c8f18256510cdce9;hb=de3a75773afa86df1739d14f24399d6f7a46f809;hp=c2ffcfe0382d3808e2072d01ae21d72de7e6f9f4;hpb=f6a5f9255be230f5d7d65a46cc20da60aa980cc9;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) . " %";