Better log
This commit is contained in:
parent
3a04fc557b
commit
9918873719
@ -1128,7 +1128,7 @@ function price2numjs(amount) {
|
||||
var res = Math.round10(amount, - rounding);
|
||||
// Other solution is
|
||||
// var res = dolroundjs(amount, rounding)
|
||||
console.log("res="+res)
|
||||
console.log("price2numjs text="+amount+" return="+res);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user