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