Cleanup: removed all closing tags in php files.
[fa-stable.git] / inventory / inquiry / stock_status.php
index 146422fa6bfc5772fa8a924b0f364314901806e9..f5dde1309f6e7f8720d50e8f4515f26f0ec4676d 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'];
@@ -119,4 +119,3 @@ div_end();
 end_form();
 end_page();
 
-?>