X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitems.php;h=f4d3b988e4623e86114ad837783ebe77c6341799;hb=69851193cf74ade16aec9b1dbdd9ef843c560058;hp=7e5bb7aeea6b2dd8c5de058f34b9d5afefca7350;hpb=7bcdbd3d9ee403fd3555fd8e9a4de6a654883b5c;p=fa-stable.git diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 7e5bb7ae..f4d3b988 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -18,7 +18,7 @@ if ($use_popup_windows) if ($use_date_picker) $js .= get_js_date_picker(); -page(_($help_context = "Items"), false, false, "", $js); +page(_($help_context = "Items"), @$_REQUEST['popup'], false, "", $js); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc");