Added edit_button_cell()
[fa-stable.git] / inventory / manage / items.php
index 78ca9f2b34378a79175738a18409c486a07dbe12..486a3d16fd54306922f2a3b0fd695b8808f55544 100644 (file)
@@ -292,7 +292,7 @@ else
 
 text_row(_("Name:"), 'description', null, 52, 50);
 
-textarea_row(_('Description:'), 'long_description', null, 50, 3);
+textarea_row(_('Description:'), 'long_description', null, 45, 3);
 
 end_table();
 start_table("$table_style2 width=40%");
@@ -319,9 +319,6 @@ item_tax_types_list_row(_("Item Tax Type:"), 'tax_type_id', null);
 stock_item_types_list_row(_("Item Type:"), 'mb_flag', null,
        (!isset($_POST['NewStockID']) || isset($_POST['New'])));
 
-/* The array stock_units is set up in config.php for user modification
-possible units of measure can added or modifying the array definition by editing that file */
-
 stock_units_list_row(_('Units of Measure:'), 'units', null,
        (!isset($_POST['NewStockID']) || isset($_POST['New'])));
 end_table();