Changes related to rewrite and optimalzation of taz register.
[fa-stable.git] / sales / view / view_invoice.php
index f34116df7564842d7ffa3a26113ce6da9f51a698..80124455ff7a52fedf94ca03dbb720f5e3d14d0f 100644 (file)
@@ -157,7 +157,7 @@ label_row(_("Sub-total"), $display_sub_tot, "colspan=6 align=right",
        "nowrap align=right width=15%");
 label_row(_("Shipping"), $display_freight, "colspan=6 align=right", "nowrap align=right");
 
-$tax_items = get_customer_trans_tax_details(10, $trans_id);
+$tax_items = get_trans_tax_details(10, $trans_id);
 display_customer_trans_tax_details($tax_items, 6);
 
 $display_total = price_format($myrow["ov_freight"]+$myrow["ov_gst"]+$myrow["ov_amount"]+$myrow["ov_freight_tax"]);