fix: Cleanup code

This commit is contained in:
Faris Ansari
2020-10-16 15:28:12 +05:30
parent 349fcfd6a5
commit 22bcad9dc7
2 changed files with 14 additions and 24 deletions

View File

@@ -28,7 +28,7 @@ doctype_js = {
}
override_doctype_class = {
'Address': 'erpnext.accounts.custom.address.CustomAddress'
'Address': 'erpnext.accounts.custom.address.ERPNextAddress'
}
welcome_email = "erpnext.setup.utils.welcome_email"
@@ -566,4 +566,4 @@ global_search_doctypes = {
{'doctype': 'Hotel Room Package', 'index': 3},
{'doctype': 'Hotel Room Type', 'index': 4}
]
}
}