X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Finquiry%2Fstock_status.php;h=b83c6038e4c63d6f448986d25f2798d1039f2421;hb=2aea99756a8c19766f0f9dfee56b27f7c1994f37;hp=6c0c0ba96422474333c1fcf93fbefbec1bd09ce1;hpb=95fd152649f9383cee8680762daf3430e8250bd6;p=fa-stable.git diff --git a/inventory/inquiry/stock_status.php b/inventory/inquiry/stock_status.php index 6c0c0ba9..b83c6038 100644 --- a/inventory/inquiry/stock_status.php +++ b/inventory/inquiry/stock_status.php @@ -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"), isset($_GET['stock_id'])); +$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");