Bug 5106: Incorrect field length for inserting a kit. Also in Foreign Item Codes...
[fa-stable.git] / inventory / manage / item_codes.php
index 236ac79592bfe482ff912632149c6b71e297ae06..0742780aaa272753e7d2cbfa7e017e2a6b3e7b2f 100644 (file)
@@ -177,7 +177,7 @@ start_table(TABLESTYLE2);
 
 hidden('code_id', $selected_id);
 
-text_row(_("UPC/EAN code:"), 'item_code', null, 20, 21);
+text_row(_("UPC/EAN code:"), 'item_code', null, 20, 20);
 qty_row(_("Quantity:"), 'quantity', null, '', $units, $dec);
 text_row(_("Description:"), 'description', null, 50, 200);
 stock_categories_list_row(_("Category:"), 'category_id', null);