Enabling popup search in Customers, branches, suppliers, inventory, fixed assets...
[fa-stable.git] / inventory / manage / item_categories.php
index 21e0b394f2ad92fd3bfba16d001ebd8f65e27ab5..cd39e498dd463736f7ed8ba3dbf2568084ae758e 100644 (file)
@@ -22,7 +22,11 @@ else {
   $help_context = "Item Categories";
 }
 
-page(_($help_context));
+$js = "";
+if ($SysPrefs->use_popup_windows && $SysPrefs->use_popup_search)
+       $js .= get_js_open_window(900, 500);
+
+page(_($help_context), false, false, "", $js);
 
 include_once($path_to_root . "/includes/ui.inc");