Fixed upgrade procedures (obsolete columns dropped in post_install phase), restored...
[fa-stable.git] / inventory / manage / item_codes.php
index 8f90a509c6ddc0cd5a492214a50fda7ab4383c74..11d918c6504a046ff5850e090e531b295636a690 100644 (file)
@@ -17,7 +17,6 @@ page(_($help_context = "Foreign Item Codes"));
 
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");
-include_once($path_to_root . "/includes/manufacturing.inc");
 include_once($path_to_root . "/includes/data_checks.inc");
 
 check_db_has_purchasable_items(_("There are no inventory items defined in the system."));
@@ -119,7 +118,7 @@ $dflt_cat = $result['category_id'];
 
 $result = get_all_item_codes($_POST['stock_id']);
 div_start('code_table');
-       start_table(TABLESTYLE, "width=60%");
+       start_table(TABLESTYLE, "width='60%'");
 
        $th = array(_("EAN/UPC Code"), _("Quantity"), _("Units"), 
                _("Description"),_("Category"), "", "");