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