[FIX] for sebastien syleam

bzr revid: fp@tinyerp.com-20091222224951-nxox7h4vdc9c5qzn
This commit is contained in:
Fabien Pinckaers 2009-12-22 23:49:51 +01:00
parent a05e836881
commit e4656b1f76
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class account_invoice_tax(osv.osv):
val={}
val['invoice_id'] = inv.id
val['name'] = tax['name']
val['amount'] = cur_obj.round(cr, uid, cur, tax['amount'])
val['amount'] = tax['amount']
val['manual'] = False
val['sequence'] = tax['sequence']
val['base'] = tax['price_unit'] * line['quantity']