commit | ddd79f43d2480839b8edecc017559a43298b03c9 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Aug 25 14:03:43 2015 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Aug 25 14:03:43 2015 +0530 |
tree | cc78ab75d55e75497246374c9d2a953ab1bc15a8 | |
parent | f7cfaf58b5fe92ba443fd778e8fadaf71e35c4d0 [diff] |
[fix] [hot] erpnext contact page
diff --git a/erpnext/templates/utils.py b/erpnext/templates/utils.py index b0e8ae2..6f4f4ee 100644 --- a/erpnext/templates/utils.py +++ b/erpnext/templates/utils.py
@@ -21,3 +21,5 @@ "sent_or_received": "Received" }) comm.insert(ignore_permissions=True) + + return "okay"