feat: prompt user to input company logo and address if missing in print preview

This commit is contained in:
khushi8112
2025-09-29 18:12:15 +05:30
parent 6494fc42c6
commit dbf9faa87c
3 changed files with 187 additions and 0 deletions

View File

@@ -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"}