bzr revid: pinky-f935461d1874df0994cf2300f8f3339cd65d130f
This commit is contained in:
pinky 2007-02-14 13:20:11 +00:00
parent bd601c8417
commit a8a1cb70ae
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def _do_orders(self, cr, uid, data, context):
a = partner.property_account_receivable[0]
if partner.property_payment_term:
pay_term = p.address_id.partner_id.property_payment_term[0]
pay_term = partner.property_payment_term[0]
else:
pay_term = False