X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_delivery.php;h=2c0991ab4f68a5a8bc401c4a8d55d34a0838441d;hb=f86c7fa58ad953e66d2126019775f90ee6c377b0;hp=eca3446868a64aa6cda2b774f445016d6a117204;hpb=0ad7b92c6cf2e4e65ca0fa94ba31f30f7b292ba8;p=fa-stable.git diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index eca34468..2c0991ab 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -378,7 +378,7 @@ foreach ($_SESSION['Items']->line_items as $line=>$ln_itm) { label_cell($ln_itm->units); qty_cell($ln_itm->qty_done); - 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) . "%";