Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / inventory / manage / item_codes.php
index 8f90a509c6ddc0cd5a492214a50fda7ab4383c74..3a8c199f7c95b6c6806890b888f4da114380d287 100644 (file)
@@ -119,7 +119,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"), "", "");