Minor modif

bzr revid: jvo@tinyerp.com-20090320080545-yi8lw07z2cvnc9fb
This commit is contained in:
Jay (Open ERP) 2009-03-20 13:35:45 +05:30
parent 3b035c0dab
commit 221425142e
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ def _create_dta(obj, cr, uid, data, context):
else:
raise wizard.except_wizard(_('Error'), _('The Bank type ' + elec_pay + \
'of the bank account: %s ' \
'is not supported') % res_partner_bank_obj.name_get(cr, uid, [pline.bank_id.id], context)[0][1]
'is not supported') % res_partner_bank_obj.name_get(cr, uid, [pline.bank_id.id], context)[0][1])
dta_line = record_type(v).generate()