Commit c70269a3 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix error message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13446 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4dd2876
......@@ -70,7 +70,7 @@
<key> <string>_body</string> </key>
<value> <string>reference = bank_account.getReference()\n
if not same_type(reference, \'\'):\n
raise TypeError, \'Reference is not a string: %s.getReference() == %s\' % (repr(reference), repr(bank_account))\n
raise TypeError, \'Reference is not a string: %s.getReference() == %s\' % (repr(bank_account), repr(reference))\n
return \'bank_account_%s\' % (reference, )\n
</string> </value>
</item>
......
147
\ No newline at end of file
149
\ No newline at end of file
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