X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_supp_invoice.php;h=e2e0710ec8546da050de9d9066a2c2a052d56e3e;hb=0d191c7bff92b9a9bbc44dab48855477edb99ebf;hp=025e6581ef0631b454e268e92def09729802873d;hpb=4528afda32783ab1b4e5e88fe19e2136a3f060e1;p=fa-stable.git diff --git a/purchasing/view/view_supp_invoice.php b/purchasing/view/view_supp_invoice.php index 025e6581..e2e0710e 100644 --- a/purchasing/view/view_supp_invoice.php +++ b/purchasing/view/view_supp_invoice.php @@ -13,6 +13,7 @@ $page_security = 'SA_SUPPTRANSVIEW'; $path_to_root = "../.."; include_once($path_to_root . "/purchasing/includes/purchasing_db.inc"); +include_once($path_to_root . "/includes/ui/items_cart.inc"); include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root . "/purchasing/includes/purchasing_ui.inc"); @@ -69,7 +70,7 @@ display_supp_trans_tax_details($tax_items, 1); $display_total = number_format2($supp_trans->ov_amount + $supp_trans->ov_gst,user_price_dec()); -label_row(_("TOTAL INVOICE"), $display_total, "colspan=1 align=right", "nowrap align=right"); +label_row(_("TOTAL INVOICE").' ('.$supplier_curr_code.')', $display_total, "colspan=1 align=right", "nowrap align=right"); end_table(1); @@ -83,4 +84,3 @@ if (!$voided) end_page(true, false, false, ST_SUPPINVOICE, $trans_no); -?> \ No newline at end of file