Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
[fa-stable.git] / sales / customer_credit_invoice.php
index 9b8c0d86000a80efe85afb8966a92a058d0d3d2f..2e8bb162b0c0ca4ce8ed9a7d6c0095166a2b2318 100644 (file)
@@ -300,7 +300,7 @@ function display_credit_items()
 
        start_row();
        label_cell(_("Credit Shipping Cost"), "colspan=7 align=right");
-    amount_cells(null, "ChargeFreightCost", $_POST['ChargeFreightCost'], 6, 6);
+       amount_cells_ex(null, "ChargeFreightCost", 6, 8, $_POST['ChargeFreightCost']);
        end_row();
 
     $inv_items_total = $_SESSION['Items']->get_items_total_dispatch();