mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-28 06:08:25 +00:00
feat: prompt user to input company logo and address if missing in print preview
This commit is contained in:
@@ -51,6 +51,8 @@ doctype_list_js = {
|
||||
],
|
||||
}
|
||||
|
||||
page_js = {"print": "public/js/print.js"}
|
||||
|
||||
extend_doctype_class = {"Address": "erpnext.accounts.custom.address.ERPNextAddress"}
|
||||
|
||||
override_whitelisted_methods = {"frappe.www.contact.send_message": "erpnext.templates.utils.send_message"}
|
||||
|
||||
Reference in New Issue
Block a user