User side percent/qty/amount/exrate input formatting via onblur handler.
[fa-stable.git] / sales / customer_invoice.php
index c2ffcfe0382d3808e2072d01ae21d72de7e6f9f4..e8dadd9aeb81b9ccd9e4b485c8f18256510cdce9 100644 (file)
@@ -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).'</td>';
        } 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) . " %";