Fixed numeric fields to accept user native number format.
[fa-stable.git] / inventory / manage / item_units.php
index 0df22f8e903b5922f53706a852064ac51fff66f0..76af07d90aa20c64f1c3a057a0d95d7dc38fea27 100644 (file)
@@ -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);