X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_units.php;h=76af07d90aa20c64f1c3a057a0d95d7dc38fea27;hb=2f139f65da2e400350031bdbbeb44aa7ceeb66d8;hp=0df22f8e903b5922f53706a852064ac51fff66f0;hpb=512f9dbe2a3dc1282358c6641ebd715e1bae5136;p=fa-stable.git diff --git a/inventory/manage/item_units.php b/inventory/manage/item_units.php index 0df22f8e..76af07d9 100644 --- a/inventory/manage/item_units.php +++ b/inventory/manage/item_units.php @@ -121,7 +121,7 @@ if (isset($selected_id) && item_unit_used($selected_id)) { } else text_row(_("Unit Abbreviation:"), 'abbr', null, 20, 20); text_row(_("Descriptive Name:"), 'description', null, 40, 40); -text_row(_("Decimal Places:"), 'decimals', null, 40, 40); +text_row(_("Decimal Places:"), 'decimals', null, 3, 3); end_table(1);