Sometimes when amount tax details was zero and net amount was set an empty gl transac...
[fa-stable.git] / inventory / inquiry / stock_status.php
index f409307517172f8e9ca7cadbdd996f775a59715e..b83c6038e4c63d6f448986d25f2798d1039f2421 100644 (file)
@@ -13,11 +13,15 @@ $page_security = 'SA_ITEMSSTATVIEW';
 $path_to_root = "../..";
 include_once($path_to_root . "/includes/session.inc");
 
-page(_($help_context = "Inventory Item Status"), @$_GET['popup']);
+$js = "";
+if ($SysPrefs->use_popup_windows && $SysPrefs->use_popup_search)
+       $js .= get_js_open_window(900, 500);
 
 if (isset($_GET['stock_id']))
        $_POST['stock_id'] = $_GET['stock_id'];
 
+page(_($help_context = "Inventory Item Status"), isset($_GET['stock_id']), false, "", $js);
+
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");
 include_once($path_to_root . "/includes/data_checks.inc");