X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Futils.js;h=0474ae2361b21f8c28cc71d3dd75883e6ec2ac87;hb=6108acadfe6369362f469909f8dac47c17d21322;hp=9b1b1ac479202cbb08e91cf391aa09298c97a2c9;hpb=98a64632fdc5636cf2a59457e703b73b00254595;p=fa-stable.git diff --git a/js/utils.js b/js/utils.js index 9b1b1ac4..0474ae23 100644 --- a/js/utils.js +++ b/js/utils.js @@ -219,12 +219,11 @@ function price_format(post, num, dec, label, color) { num = Math.floor(num*decsize+0.50000000001); cents = num%decsize; num = Math.floor(num/decsize).toString(); + for( i=cents.toString().length; i