X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fview%2Fview_supp_invoice.php;h=bf77703aa9ca181c3375cfef5ac839bef1af4021;hb=131fcadb832694065ea08b857cfe758cd131494f;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..bf77703a 100644 --- a/purchasing/view/view_supp_invoice.php +++ b/purchasing/view/view_supp_invoice.php @@ -1,7 +1,16 @@ . +***********************************************************************/ +$page_security = 'SA_SUPPTRANSVIEW'; +$path_to_root = "../.."; include_once($path_to_root . "/purchasing/includes/purchasing_db.inc"); include_once($path_to_root . "/includes/session.inc"); @@ -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());