X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitems.php;h=486a3d16fd54306922f2a3b0fd695b8808f55544;hb=04e10a2fef964ee04596dc8d7672a6e55aa3987a;hp=78ca9f2b34378a79175738a18409c486a07dbe12;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 78ca9f2b..486a3d16 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -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();