diff --git a/erpnext/setup/doctype/company/company.py b/erpnext/setup/doctype/company/company.py index 9279be6cb25..2961d24433a 100644 --- a/erpnext/setup/doctype/company/company.py +++ b/erpnext/setup/doctype/company/company.py @@ -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()