mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
Fixed company web page creation
This commit is contained in:
@@ -73,7 +73,7 @@ class DocType:
|
|||||||
"doctype": "Web Page",
|
"doctype": "Web Page",
|
||||||
"title": self.doc.name + " Home",
|
"title": self.doc.name + " Home",
|
||||||
"published": 1,
|
"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
|
"main_section": webfile.read() % self.doc.fields
|
||||||
}).insert()
|
}).insert()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user