Enabling popup search in Customers, branches, suppliers, inventory, fixed assets...
[fa-stable.git] / admin / gl_setup.php
index 62af2b02717c8348f7f68058bc490fc65c1bda2c..07f70b7b713ee188a2fde356eed680b530a1ad8d 100644 (file)
@@ -13,7 +13,11 @@ $page_security = 'SA_GLSETUP';
 $path_to_root="..";
 include($path_to_root . "/includes/session.inc");
 
-page(_($help_context = "System and General GL Setup"));
+$js = "";
+if ($SysPrefs->use_popup_windows && $SysPrefs->use_popup_search)
+       $js .= get_js_open_window(900, 500);
+
+page(_($help_context = "System and General GL Setup"), false, false, "", $js);
 
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");