X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_grn.php;h=0a94ac8c8912ad922e280a342343833056d776d2;hb=ddadb47f2620ce6902ad4694ce6512568862ba05;hp=b0c37d7f7c85b29cc08595f9b9a3ac4017eb35bb;hpb=95303d7b5280820af76ddbd8908b120813f1e763;p=fa-stable.git diff --git a/purchasing/view/view_grn.php b/purchasing/view/view_grn.php index b0c37d7f..0a94ac8c 100644 --- a/purchasing/view/view_grn.php +++ b/purchasing/view/view_grn.php @@ -9,8 +9,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 2; -$path_to_root="../.."; +$page_security = 'SA_SUPPTRANSVIEW'; +$path_to_root = "../.."; include($path_to_root . "/purchasing/includes/po_class.inc"); include($path_to_root . "/includes/session.inc"); @@ -72,7 +72,7 @@ label_row(_("Total Excluding Tax/Shipping"), $display_total, end_table(1); -is_voided_display(25, $_GET['trans_no'], _("This delivery has been voided.")); +is_voided_display(ST_SUPPRECEIVE, $_GET['trans_no'], _("This delivery has been voided.")); end_page(true);