Changed context help organization to enable use of central, multilanguage wiki.
[fa-stable.git] / inventory / inquiry / stock_status.php
index cd468744eb2e5ebc9bd305f5d4707756e166e06d..ee0e58716551cc5cfc0164cde0222a841ce91995 100644 (file)
@@ -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");