Commit da3259f5 authored by Aurel's avatar Aurel

some return statement were missing

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14689 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20f5f934
......@@ -85,6 +85,7 @@ if source_trade is None:\n
from Products.ERP5Type.Message import Message\n
msg = Message(domain=\'ui\', message=\'Your user is not well assigned\')\n
raise ValidationFailed, (msg,)\n
return source_trade\n
</string> </value>
</item>
<item>
......
......@@ -89,6 +89,7 @@ if source_trade is None:\n
from Products.ERP5Type.Message import Message\n
msg = Message(domain=\'ui\', message=\'Your user is not well assigned\')\n
raise ValidationFailed, (msg,)\n
return source_trade\n
</string> </value>
</item>
<item>
......
335
\ No newline at end of file
337
\ 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