Changed context help organization to enable use of central, multilanguage wiki.
[fa-stable.git] / manufacturing / search_work_orders.php
index a088786cf897eacb2703b68b3035d317637cfbc4..3fdbf1df1db44d1c2c524625868a7ba69f890d5f 100644 (file)
@@ -23,12 +23,12 @@ if (isset($_GET['outstanding_only']) && ($_GET['outstanding_only'] == true))
 {
 // curently outstanding simply means not closed
        $outstanding_only = 1;
-       page(_("Search Outstanding Work Orders"), false, false, "", $js);
+       page(_($help_context = "Search Outstanding Work Orders"), false, false, "", $js);
 }
 else
 {
        $outstanding_only = 0;
-       page(_("Search Work Orders"), false, false, "", $js);
+       page(_($help_context = "Search Work Orders"), false, false, "", $js);
 }
 //-----------------------------------------------------------------------------------
 // Ajax updates