Commit 57d4dc9a authored by Aurel's avatar Aurel

prefence undefined variable

parent 7521764b
......@@ -68,6 +68,7 @@ logged_in_user_value = portal.ERP5Site_getAuthenticatedMemberPersonValue()\n
start_date = DateTime()\n
\n
organisation = None\n
person = None\n
if logged_in_user_value is not None:\n
person = logged_in_user_value.getRelativeUrl()\n
organisation = logged_in_user_value.getSubordination()\n
......
666
\ No newline at end of file
667
\ 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