forked from Wavyzz/dolibarr
Better log
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user