Commit 86618553 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix tipo and include extra configurator item.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44839 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2dbeeb50
...@@ -53,13 +53,14 @@ ...@@ -53,13 +53,14 @@
<value> <string># Nothing to do here\n <value> <string># Nothing to do here\n
configuration_save = context.restrictedTraverse(configuration_save_url)\n configuration_save = context.restrictedTraverse(configuration_save_url)\n
\n \n
bt5_installation_list = (\'erp5_demo_maxma_sample\')\n bt5_installation_list = (\'erp5_demo_maxma_sample\',)\n
\n \n
for name in bt5_installation_list:\n for name in bt5_installation_list:\n
configuration_save.addConfigurationItem("Standard BT5 Configurator Item",\n configuration_save.addConfigurationItem("Standard BT5 Configurator Item",\n
title=name, bt5_id=name,\n title=name, bt5_id=name,\n
update_catalog=0\n update_catalog=0)\n
)\n \n
configuration_save.addConfigurationItem("Export Customer BT5 Configurator Item")\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
9 10
\ No newline at end of file \ 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