Commit d091d32f authored by Aurel's avatar Aurel

fix operator expression

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15801 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4bd81db9
......@@ -108,7 +108,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: \'externe\' in here.getSource() or not here.isDematerialization()</string> </value>
<value> <string>python: \'externe\' in here.getSource() and not here.isDematerialization()</string> </value>
</item>
</dictionary>
</pickle>
......
481
\ No newline at end of file
483
\ 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