X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_credit_invoice.php;h=2e8bb162b0c0ca4ce8ed9a7d6c0095166a2b2318;hb=b9656a694227d0d22242fffbb343691b0db82030;hp=9b8c0d86000a80efe85afb8966a92a058d0d3d2f;hpb=6e349a924dd02e35d94555807d34b25e4427ab6e;p=fa-stable.git diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 9b8c0d86..2e8bb162 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -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();