X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_supp_invoice.php;h=0380ccd04fcc48953f7d3a7025be826fedfa71f9;hb=eb5b2d3ee7cc0fca5ec63dfada65ecf23b693e85;hp=c0c89e13bfdf67024cf8334cec7767df0634722e;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/purchasing/view/view_supp_invoice.php b/purchasing/view/view_supp_invoice.php index c0c89e13..0380ccd0 100644 --- a/purchasing/view/view_supp_invoice.php +++ b/purchasing/view/view_supp_invoice.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; @@ -65,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());