On Monday, October 5, 2015 at 7:09:43 PM UTC-5, Mark Hayden wrote: > > > On 5 Oct 2015 5:31 pm, "Fabyc" <[email protected] <javascript:>> wrote: > > > > Hi. > > > > I installed the modules: account_credit_limit and sale_credit_limit. > > > > Doing tests, I set $500.00 in the credit limit amount of party. > > > > When click in button "Process" of sale, it is controlled the credit > limit, > > in the message it is not showing the correct amount of the limit: > > > > "Customer 1" has reached the credit limit amount (5.0E+2) > > > > Just to make you aware, the amount is indeed correct. It is just firmatted > in scientific notation . E+2 is shorthand for 10 to the power of 2, which > is 100. That is multiplied by the number that precedes it. So it is in fact > 500 dollars just like you specified. >
I expressed bad myself. I meant wrong string format. :) > > Is there something I need to setup for getting the right credit limit > amount > > in the message? > > > > I'm not quite sure how or if you can change it through the application. > But you already have the right credit limit and the real question is how to > re-format it so normal humans understand it. It could be a bug which is > fixed my modifying a single line of Python code to do proper formatting. > The bug is reported. ;) > Thanks in advanced. > > > > -- > > Regards >
