Commit 3988e038 authored by Vincent Pelletier's avatar Vincent Pelletier

Comment-out log.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19093 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 464a9f1e
......@@ -204,7 +204,7 @@ if resource.getAccountNumberEnabled():\n
destination_payment_value = line.getDestinationPaymentValue()\n
# Not required any more to serialize the bank account\n
#destination_payment_value.serialize()\n
context.log(\'context.getRelativeUrl() before getUid of destination payment\', context.getRelativeUrl())\n
# context.log(\'context.getRelativeUrl() before getUid of destination payment\', context.getRelativeUrl())\n
if destination_payment_value is None:\n
message = Message(domain=\'ui\', message=\'There is not destination payment on line with id: $id\', mapping={\'id\': context.getId()})\n
raise ValueError, (message,)\n
......
378
\ No newline at end of file
379
\ 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