[REF] account

bzr revid: mra@mra-laptop-20110202114728-3ifqa2gfy6ubka9g
This commit is contained in:
Mustufa Rangwala 2011-02-02 17:17:28 +05:30
parent 23961d330b
commit fe01aaef74
1 changed files with 1 additions and 1 deletions

View File

@ -1911,7 +1911,7 @@ class account_tax(osv.osv):
totalex -= r.get('amount', 0.0)
totlex_qty = 0.0
try:
totlex_qty=totalex/quantity
totlex_qty = totalex/quantity
except:
pass
tex = self._compute(cr, uid, tex, totlex_qty, quantity, address_id=address_id, product=product, partner=partner)