User side percent/qty/amount/exrate input formatting via onblur handler.
[fa-stable.git] / sales / customer_delivery.php
index eca3446868a64aa6cda2b774f445016d6a117204..2c0991ab4f68a5a8bc401c4a8d55d34a0838441d 100644 (file)
@@ -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) . "%";