diff -r eb35aa378579 -r 25696a91b395 www/js/inv_yeasts.js --- a/www/js/inv_yeasts.js Mon Feb 11 20:03:21 2019 +0100 +++ b/www/js/inv_yeasts.js Mon Feb 11 20:41:29 2019 +0100 @@ -189,8 +189,7 @@ $("#max_reuse").jqxNumberInput({ max: 10 }); $("#cost").jqxNumberInput( Spin2dec ); $("#tht_date").jqxDateTimeInput( Dateopts ); - $("#totval").jqxNumberInput( Spin2dec ); - $("#totval").jqxNumberInput({ width: 90, readOnly: true, spinButtons: false }); + $("#totval").jqxNumberInput( Show2dec ); $("#cells").jqxNumberInput( Spin1dec ); var dataAdapter = new $.jqx.dataAdapter(source);