diff -r 19606adfea42 -r 65ca75fc4af8 www/js/inv_fermentables.js --- a/www/js/inv_fermentables.js Wed Feb 13 20:28:54 2019 +0100 +++ b/www/js/inv_fermentables.js Wed Feb 13 21:10:38 2019 +0100 @@ -182,7 +182,7 @@ height: 23, autoDropDownHeight: true }); - $("#inventory").jqxNumberInput( Spin1dec ); + $("#inventory").jqxNumberInput( Spin3dec ); $("#production_date").jqxDateTimeInput( Dateopts ); $("#cost").jqxNumberInput( Spin2dec ); $("#tht_date").jqxDateTimeInput( Dateopts );