Commit 9bccba97 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix typos.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eca5daa5
......@@ -69,9 +69,9 @@ if source is not None and section_category:\n
# then we\'ll not show source view\n
destination = context.getDestinationSectionValue()\n
if destination is not None and section_category:\n
if source.getPortalType() == \'Person\':\n
if destination.getPortalType() == \'Person\':\n
return True\n
if source.isMemberOf(section_category):\n
if destination.isMemberOf(section_category):\n
return False\n
\n
# If we reach this point, none of the sections are member of the preferred section\n
......
1147
\ No newline at end of file
1148
\ 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