X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fview%2Fview_credit.php;fp=sales%2Fview%2Fview_credit.php;h=7c2442e5f3c024a57d22cdad4289f33e4f9dbcb2;hb=8eb8e44cb90ab144f0849d1ecd2153175b619786;hp=a6f709801c4bb5e34d517a612367a540775769b9;hpb=5866801d02b8007f74ea5bfd15a8ecac7c1c58c1;p=fa-stable.git diff --git a/sales/view/view_credit.php b/sales/view/view_credit.php index a6f70980..7c2442e5 100644 --- a/sales/view/view_credit.php +++ b/sales/view/view_credit.php @@ -71,7 +71,7 @@ label_cells(_("Currency"), $myrow["curr_code"], "class='tableheader2'"); end_row(); start_row(); label_cells(_("Sales Type"), $myrow["sales_type"], "class='tableheader2'"); -label_cells(_("Shipping Company"), $myrow["shipper_name"], "class='tableheader2'"); +label_cells(_("Shipping"), $myrow["shipping"], "class='tableheader2'"); end_row(); comments_display_row(ST_CUSTCREDIT, $trans_id); end_table();