Stock viewer popup should be displayd without menu header.
[fa-stable.git] / inventory / inquiry / stock_status.php
index 146422fa6bfc5772fa8a924b0f364314901806e9..d0307d5a94cb4c35db859ec0f29f6ee912e269fe 100644 (file)
@@ -13,7 +13,7 @@ $page_security = 'SA_ITEMSSTATVIEW';
 $path_to_root = "../..";
 include_once($path_to_root . "/includes/session.inc");
 
-page(_($help_context = "Inventory Item Status"));
+page(_($help_context = "Inventory Item Status"), @$_GET['popup']);
 
 if (isset($_GET['stock_id']))
        $_POST['stock_id'] = $_GET['stock_id'];