Commit d594bd19 authored by Christophe Dumez's avatar Christophe Dumez

- do not display subversion tab on 'replaced' business templates

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8621 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1fa03f56
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getInstallationState() != \'installed\'</string> </value>
<value> <string>python: here.getInstallationState() != \'installed\' and here.getInstallationState() != \'replaced\'</string> </value>
</item>
</dictionary>
</pickle>
......
81
\ No newline at end of file
84
\ 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