[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[fa-stable.git] / inventory / reorder_level.php
index 8eca2ef19a629c473162ed111f43569d3da2bc97..6dfba5f0bdff8f36594c829434c97ff4db0ebb9c 100644 (file)
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
 $page_security = 'SA_REORDER';
-if (!@$_GET['popup'])
-       $path_to_root = "..";
-else   
+
+if (@$_GET['page_level'] == 1)
        $path_to_root = "../..";
+else   
+       $path_to_root = "..";
 
 include_once($path_to_root . "/includes/session.inc");
 include_once($path_to_root . "/includes/date_functions.inc");
@@ -21,7 +22,10 @@ include_once($path_to_root . "/includes/ui.inc");
 include_once($path_to_root . "/includes/data_checks.inc");
 include_once($path_to_root . "/inventory/includes/inventory_db.inc");
 
-page(_($help_context = "Reorder Levels"));
+$js = "";
+if ($SysPrefs->use_popup_windows && $SysPrefs->use_popup_search)
+       $js .= get_js_open_window(900, 500);
+page(_($help_context = "Reorder Levels"), false, false, "", $js);
 
 check_db_has_costable_items(_("There are no inventory items defined in the system (Purchased or manufactured items)."));
 
@@ -72,11 +76,6 @@ $k=0; //row colour counter
 
 $result = get_loc_details($_POST['stock_id']);
 
-if ($page_nested)
-{
-       hidden('popup', @$_GET['popup']);
-}
-
 while ($myrow = db_fetch($result))
 {