one solution to handling currency in JavaScript (n...
# suitescript
r
one solution to handling currency in JavaScript (not sure if there's a better way to handle that in a better way in NetSuite) is multiplying the numbers by 100 (so the 2 decimal digits are now part of the integer number) than rounding things up