Commit ca34801d authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_protoype: Title for BP should be same as BT

parent 1f50025f
......@@ -676,7 +676,10 @@ class TemplateTool (BaseTool):
# erp5_mysql_innodb object and use it for installation
# Create new objects for business package
bp5_package = self.newContent(portal_type='Business Package')
bp5_package = self.newContent(
portal_type='Business Package',
title=import_package.getTitle()
)
bp5_package.edit(template_path_list=template_path_list)
bp5_package.build()
# Export the newly built business package to the export directory
......
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