diff --git a/erpnext/templates/utils.py b/erpnext/templates/utils.py index b0e8ae21e08..6f4f4ee3adc 100644 --- a/erpnext/templates/utils.py +++ b/erpnext/templates/utils.py @@ -21,3 +21,5 @@ def send_message(subject="Website Query", message="", sender="", status="Open"): "sent_or_received": "Received" }) comm.insert(ignore_permissions=True) + + return "okay"