2
0
forked from Wavyzz/dolibarr

Better log

This commit is contained in:
Laurent Destailleur
2021-09-16 13:07:02 +02:00
parent 3a04fc557b
commit 9918873719

View File

@@ -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;
}