This topic is locked
[SOLVED]

 invoice template

12/17/2012 12:32:58 PM
PHPRunner General questions
J
jura author

hello,
I can not set quantity field to have 3 decimal places after coma.
I have changed code on event page that regulate this option:
var quantityCloseness = 3;
but nothing.
It work fine on add or edite page, but after i click save button, on view page look's like this : 1,000 instead 1.235
Thanks
Phprunner 6.2 bulid 14199

Sergey Kornilov admin 12/17/2012

Make sure that quantity field in the database is able to store floating point numbers. Quantity is usually an integer field.