Commit 29823c3e authored by Fabien Morin's avatar Fabien Morin

fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32058 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a9fc90e7
......@@ -58,7 +58,7 @@
return None if no prototype is found\n
\'\'\'\n
\n
colour_variation_list = context.contenValues(portal_type=\'Apparel Model Colour Variation\')\n
colour_variation_list = context.contentValues(portal_type=\'Apparel Model Colour Variation\')\n
prototype_list = [x for x in colour_variation_list if x.isPrototype()]\n
if len(prototype_list):\n
return prototype_list[0]\n
......
247
\ No newline at end of file
249
\ 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