Commit 22da3f1d authored by Aurel's avatar Aurel

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14696 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eec88b7b
......@@ -70,7 +70,7 @@ from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
from Products.ERP5Type.Message import Message\n
\n
site_list = context.Baobab_getUserAssignedSiteList()\n
if site in site_list:\n
for site in site_list:\n
if site in vault:\n
return\n
\n
......@@ -132,6 +132,7 @@ raise ValidationFailed, (msg,)\n
<string>_getattr_</string>
<string>context</string>
<string>site_list</string>
<string>_getiter_</string>
<string>site</string>
<string>msg</string>
</tuple>
......
257
\ No newline at end of file
259
\ 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