*price_get function of list_price: added the partner into the context

bzr revid: qdp-89776de92c8d69ed25acea80ba6ea9558247df74
This commit is contained in:
qdp 2008-06-20 11:25:17 +00:00
parent 616475fb2e
commit 584a0f0d33
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ class product_pricelist(osv.osv):
if context and ('partner_id' in context):
partner = context['partner_id']
context['partner_id'] = partner
date = time.strftime('%Y-%m-%d')
if context and ('date' in context):
date = context['date']