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 @@
<value> <string># Nothing to do here\n
configuration_save = context.restrictedTraverse(configuration_save_url)\n
\n
bt5_installation_list = (\'erp5_demo_maxma_sample\')\n
bt5_installation_list = (\'erp5_demo_maxma_sample\',)\n
\n
for name in bt5_installation_list:\n
configuration_save.addConfigurationItem("Standard BT5 Configurator Item",\n
title=name, bt5_id=name,\n
update_catalog=0\n
)\n
update_catalog=0)\n
\n
configuration_save.addConfigurationItem("Export Customer BT5 Configurator Item")\n
</string> </value>
</item>
<item>
......
9
\ No newline at end of file
10
\ 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