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