X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Finquiry%2Fstock_status.php;h=ee0e58716551cc5cfc0164cde0222a841ce91995;hb=d2cc0860eccf02eaefcd90731ac3af141a841529;hp=cd468744eb2e5ebc9bd305f5d4707756e166e06d;hpb=8720456baebdf840339f5ef1537813c898808984;p=fa-stable.git diff --git a/inventory/inquiry/stock_status.php b/inventory/inquiry/stock_status.php index cd468744..ee0e5871 100644 --- a/inventory/inquiry/stock_status.php +++ b/inventory/inquiry/stock_status.php @@ -15,9 +15,9 @@ 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");