X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fmanage%2Fsuppliers.php;h=3be5bc5f6a9367545a859934f6bb5a11c67f698c;hb=a9e7141956ef0a60b58e9a627beee93cd35ed43c;hp=d20e1ac6a59c022ec761d2c3a04a8ca1a14e71b0;hpb=039e2f9b14460f2c1fd0c3cbe2b39983b1b7e93b;p=fa-stable.git diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index d20e1ac6..3be5bc5f 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -20,7 +20,7 @@ if ($SysPrefs->use_popup_windows) if (user_use_date_picker()) $js .= get_js_date_picker(); -page(_($help_context = "Suppliers"), false, false, "", $js); +page(_($help_context = "Suppliers"), @$_REQUEST['popup'], false, "", $js); include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/ui/contacts_view.inc"); @@ -351,5 +351,5 @@ tabbed_content_start('tabs', array( br(); tabbed_content_end(); end_form(); -end_page(); +end_page(@$_REQUEST['popup']);