Fixed a bug so calling the popup items (f4) works when making PO, Direct GRN, Direct...
[fa-stable.git] / inventory / manage / items.php
index 7e5bb7aeea6b2dd8c5de058f34b9d5afefca7350..f4d3b988e4623e86114ad837783ebe77c6341799 100644 (file)
@@ -18,7 +18,7 @@ if ($use_popup_windows)
 if ($use_date_picker)
        $js .= get_js_date_picker();
        
-page(_($help_context = "Items"), false, false, "", $js);
+page(_($help_context = "Items"), @$_REQUEST['popup'], false, "", $js);
 
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");