X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_supp_invoice.php;h=0380ccd04fcc48953f7d3a7025be826fedfa71f9;hb=f338f2d7ea4c0de20a53b83be6442d792735e5e1;hp=8de06bdf0f77deb1e3f0189470876d9809f6d1af;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/purchasing/view/view_supp_invoice.php b/purchasing/view/view_supp_invoice.php index 8de06bdf..0380ccd0 100644 --- a/purchasing/view/view_supp_invoice.php +++ b/purchasing/view/view_supp_invoice.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 1; $path_to_root="../.."; @@ -56,7 +65,7 @@ $display_sub_tot = number_format2($total_gl+$total_grn,user_price_dec()); start_table("width=95% $table_style"); label_row(_("Sub Total"), $display_sub_tot, "align=right", "nowrap align=right width=15%"); -$tax_items = get_supp_invoice_tax_items(20, $trans_no); +$tax_items = get_trans_tax_details(20, $trans_no); display_supp_trans_tax_details($tax_items, 1); $display_total = number_format2($supp_trans->ov_amount + $supp_trans->ov_gst,user_price_dec());