From ddd79f43d2480839b8edecc017559a43298b03c9 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 25 Aug 2015 14:03:43 +0530 Subject: [PATCH] [fix] [hot] erpnext contact page --- erpnext/templates/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/templates/utils.py b/erpnext/templates/utils.py index b0e8ae21e0..6f4f4ee3ad 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"