mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
step 0: install
This commit is contained in:
@@ -59,7 +59,7 @@ def get_transaction_context(doctype, name):
|
||||
|
||||
@webnotes.whitelist(allow_guest=True)
|
||||
def send_message(subject="Website Query", message="", sender="", status="Open"):
|
||||
from website.doctype.contact_us_settings.templates.pages.contact \
|
||||
from webnotes.website.doctype.contact_us_settings.templates.pages.contact \
|
||||
import send_message as website_send_message
|
||||
|
||||
if not website_send_message(subject, message, sender):
|
||||
|
||||
Reference in New Issue
Block a user