I had a client that needed to have a %30.25 markup.

In pricelist.py on or around line 231 in TinyERP 4.0.2 (maybe earlier)

change this
'price_discount': fields.float('Price Discount'),

to this

'price_discount': fields.float('Price Discount' , digits=(12,6)),


--
---
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
[EMAIL PROTECTED] - [EMAIL PROTECTED]
If any of the above are down we have bigger problems than my email!
Hind sight is most always 20/20 or better.
---
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to