mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
Fixed company web page creation
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user