Wrong Permission for Inventory Purchasing Report (rep306.php). Fixed.
[fa-stable.git] / inventory / manage / sales_kits.php
index 2f4066787f548658e938f07cb28bae179122d044..219f7f353d044e66eaf534b8cad260574439d703 100644 (file)
@@ -13,7 +13,11 @@ $page_security = 'SA_SALESKIT';
 $path_to_root = "../..";
 include_once($path_to_root . "/includes/session.inc");
 
-page(_($help_context = "Sales Kits & Alias Codes"));
+$js = "";
+if ($SysPrefs->use_popup_windows && $SysPrefs->use_popup_search)
+       $js .= get_js_open_window(900, 500);
+
+page(_($help_context = "Sales Kits & Alias Codes"), false, false, "", $js);
 
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");
@@ -192,7 +196,7 @@ $selected_kit = $_POST['item_code'];
 if (get_post('item_code') == '') {
 // New sales kit entry
        start_table(TABLESTYLE2);
-       text_row(_("Alias/kit code:"), 'kit_code', null, 20, 21);
+       text_row(_("Alias/kit code:"), 'kit_code', null, 20, 20);
 } else
 {
         // Kit selected so display bom or edit component