Fixed company web page creation

This commit is contained in:
Anand Doshi 2014-02-25 16:21:50 +05:30
parent 4362443b6e
commit 0936ae6dca

View File

@ -73,7 +73,7 @@ class DocType:
"doctype": "Web Page",
"title": self.doc.name + " Home",
"published": 1,
"description": "Standard Home Page for " + self.doc.company,
"description": "Standard Home Page for " + self.doc.name,
"main_section": webfile.read() % self.doc.fields
}).insert()