X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fview%2Fview_dispatch.php;h=d2edafca6282988bb9d88bdb0ac930064854c215;hb=389721f442ea4dc96ba1cafd65919e717e0d8746;hp=d96608acc6e5a673d9323613dcb3f0b12717c768;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/sales/view/view_dispatch.php b/sales/view/view_dispatch.php index d96608ac..d2edafca 100644 --- a/sales/view/view_dispatch.php +++ b/sales/view/view_dispatch.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; @@ -155,7 +155,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(13, $trans_id); +$tax_items = get_trans_tax_details(13, $trans_id); display_customer_trans_tax_details($tax_items, 6); $display_total = price_format($myrow["ov_freight"]+$myrow["ov_amount"]+$myrow["ov_freight_tax"]+$myrow["ov_gst"]);