[FIX] fix enormous typo

This commit is contained in:
Benoit Guillot
2013-09-04 18:38:04 +02:00
parent b3b623b675
commit 14ab23fb4e

View File

@@ -27,7 +27,7 @@ class account_invoice_refund(osv.osv_memory):
if context is None: context={}
if context.get('invoice_ids'):
context['active_ids'] = context.get('invoice_ids')
return super(account_invoice_refund, self).compute_refund(cr, uid, ids, mode='refund', context=context)
return super(account_invoice_refund, self).compute_refund(cr, uid, ids, mode=mode, context=context)
def _get_description(self, cr, uid, context=None):
if context is None: context = {}