Fixed company web page creation
This commit is contained in:
parent
4362443b6e
commit
0936ae6dca
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user