[FIX] account_payment : Wizard(Invoices to Pay) corrected.

lp bug: https://launchpad.net/bugs/608426 fixed

bzr revid: vra@tinyerp.com-20100727094459-rdgo54cbfp2eknn8
This commit is contained in:
JMA(OpenERP) 2010-07-27 15:14:59 +05:30 committed by vra
parent 406c37c2f8
commit 8cfbb441d2
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class payment_order_create(osv.osv_memory):
'date': date_to_pay,
'currency': line.invoice and line.invoice.currency_id.id or False,
}, context=context)
return {'nodestroy':True,}
return {}
def search_entries(self, cr, uid, ids, context=None):
order_obj = self.pool.get('payment.order')