bzr revid: ced-440f12df1e5cd5b03cf700d84feed612b216f037
This commit is contained in:
ced 2007-01-19 09:36:19 +00:00
parent 4abc3206ff
commit 7f6d21432d
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ class account_tax(osv.osv):
}
_order = 'sequence'
def _applicable(self, cr, uid, taxes, price_unit, address_id=None, product=None, address=None):
def _applicable(self, cr, uid, taxes, price_unit, address_id=None, product=None, partner=None):
res = []
for tax in taxes:
if tax.applicable_type=='code':