Merge branch 'staging' into develop

This commit is contained in:
Frappe Bot
2019-01-23 08:19:00 +00:00
35 changed files with 570 additions and 117 deletions

View File

@@ -3,9 +3,8 @@
from __future__ import unicode_literals
import frappe, json
from frappe import _
from frappe.utils import cint, formatdate
import frappe
@frappe.whitelist(allow_guest=True)
def send_message(subject="Website Query", message="", sender="", status="Open"):