X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Finquiry%2Fstock_status.php;h=ee0e58716551cc5cfc0164cde0222a841ce91995;hb=fbdfe3f3da62ecf86e3ad978b89efbb6c317a47a;hp=9703c6a4e47ee838bb0b4c7e55120a09617a2837;hpb=2383d33373d6ddec06906658a0ed6398077c1147;p=fa-stable.git diff --git a/inventory/inquiry/stock_status.php b/inventory/inquiry/stock_status.php index 9703c6a4..ee0e5871 100644 --- a/inventory/inquiry/stock_status.php +++ b/inventory/inquiry/stock_status.php @@ -9,15 +9,15 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 2; -$path_to_root="../.."; +$page_security = 'SA_ITEMSSTATVIEW'; +$path_to_root = "../.."; include_once($path_to_root . "/includes/session.inc"); if (isset($_GET['stock_id'])){ $_POST['stock_id'] = $_GET['stock_id']; - page(_("Inventory Item Status"), true); + page(_($help_context = "Inventory Item Status"), true); } else { - page(_("Inventory Item Status")); + page(_($help_context = "Inventory Item Status")); } include_once($path_to_root . "/includes/date_functions.inc");