Optimizing the F2, F3 and F4 keys in sales/purchase forms.
[fa-stable.git] / purchasing / manage / suppliers.php
index d20e1ac6a59c022ec761d2c3a04a8ca1a14e71b0..3be5bc5f6a9367545a859934f6bb5a11c67f698c 100644 (file)
@@ -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']);