diff -r 3755db604432 -r 3649c3d31d15 www/js/inv_miscs.js --- a/www/js/inv_miscs.js Tue Feb 05 23:09:52 2019 +0100 +++ b/www/js/inv_miscs.js Wed Feb 06 15:14:41 2019 +0100 @@ -160,11 +160,11 @@ $("#amount_is_weight").jqxCheckBox({ theme: theme, width: 120, height: 23 }); $("#use_for").jqxInput({ theme: theme, width: 640, height: 48 }); $("#always_on_stock").jqxCheckBox({ theme: theme, width: 120, height: 23 }); - $("#inventory").jqxNumberInput( Spin1dec1 ); + $("#inventory").jqxNumberInput( Spin1dec ); $("#production_date").jqxDateTimeInput( Dateopts ); - $("#cost").jqxNumberInput( Spin2dec1 ); + $("#cost").jqxNumberInput( Spin2dec ); $("#tht_date").jqxDateTimeInput( Dateopts ); - $("#totval").jqxNumberInput( Spin2dec1 ); + $("#totval").jqxNumberInput( Spin2dec ); $("#totval").jqxNumberInput({ width: 90, readOnly: true, spinButtons: false }); var dataAdapter = new $.jqx.dataAdapter(source);