Commit 4dd39eb3 authored by Yusei Tahara's avatar Yusei Tahara

Use validated english term as original one.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20820 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 548ff667
......@@ -90,6 +90,7 @@ for i in catalog(portal_type=\'Glossary Term\',\n
business_field = term.getBusinessField()\n
\n
english_term = catalog.getResultValue(portal_type=\'Glossary Term\',\n
validation_state=\'validated\',\n
language=\'en\',\n
reference=reference,\n
business_field=business_field)\n
......
217
\ No newline at end of file
218
\ 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