Commit 0f38eab5 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix diff between local copy and BT.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6092 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d10a99c9
......@@ -4221,6 +4221,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
if bt2_id is not None:
if bt2_id == self.getId():
compare_to_zodb = 1
installed_bt = self.getInstalledBusinessTemplate(title=self.getTitle())
else:
installed_bt = self.portal_templates._getOb(bt2_id)
else:
......
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