www/js/inv_miscs.js

changeset 269
25696a91b395
parent 245
3649c3d31d15
child 286
124af734af68
--- a/www/js/inv_miscs.js	Mon Feb 11 20:03:21 2019 +0100
+++ b/www/js/inv_miscs.js	Mon Feb 11 20:41:29 2019 +0100
@@ -164,8 +164,7 @@
 	$("#production_date").jqxDateTimeInput( Dateopts );
 	$("#cost").jqxNumberInput( Spin2dec );
 	$("#tht_date").jqxDateTimeInput( Dateopts );
-	$("#totval").jqxNumberInput( Spin2dec );
-	$("#totval").jqxNumberInput({ width: 90, readOnly: true, spinButtons: false });
+	$("#totval").jqxNumberInput( Show2dec );
 
 	var dataAdapter = new $.jqx.dataAdapter(source);
 	var editrow = -1;

mercurial