X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Finquiry%2Fstock_status.php;h=f5dde1309f6e7f8720d50e8f4515f26f0ec4676d;hb=7561718ee5113232ce917f63085d272884b0929c;hp=146422fa6bfc5772fa8a924b0f364314901806e9;hpb=1571869d54be48452fdbe08f25130972ff0a7b5a;p=fa-stable.git diff --git a/inventory/inquiry/stock_status.php b/inventory/inquiry/stock_status.php index 146422fa..f5dde130 100644 --- a/inventory/inquiry/stock_status.php +++ b/inventory/inquiry/stock_status.php @@ -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(); -?>