Commit 527eff9b authored by Aurel's avatar Aurel

fix getter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14833 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c8f16442
......@@ -142,7 +142,7 @@ for check_reference in reference_list:\n
\n
elif result_len > 1:\n
msg = Message(domain = "ui", message="Sorry, the $type $reference for the account $account is duplicated",\n
mapping={\'reference\' : reference, \'account\': bank_account.getInternalAccountNumber(),\n
mapping={\'reference\' : reference, \'account\': bank_account.getInternalBankAccountNumber(),\n
\'type\': resource_value.getTitle()})\n
raise ValidationFailed, (msg,)\n
\n
......
278
\ No newline at end of file
280
\ 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