Commit f8ed46a4 authored by Vincent Pelletier's avatar Vincent Pelletier

Output more information when bank account is not found.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18597 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ad8df53
......@@ -659,7 +659,7 @@ class BaobabConduit(ERP5Conduit):
, 200
, 'no bank account found'
)
raise KeyError, 'No bank account Found'
raise KeyError, 'No bank account Found with number %r' % (bank_account_number, )
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment