Rewritten sales shipping cost taxation, improved shipping cost handling in sales...
[fa-stable.git] / sales / view / view_credit.php
index a6f709801c4bb5e34d517a612367a540775769b9..7c2442e5f3c024a57d22cdad4289f33e4f9dbcb2 100644 (file)
@@ -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();