diff --git a/frappe/__version__.py b/frappe/__version__.py index 7e44af67d7..32eb206248 100644 --- a/frappe/__version__.py +++ b/frappe/__version__.py @@ -1,2 +1,2 @@ from __future__ import unicode_literals -__version__ = "6.27.16" +__version__ = "6.27.17" diff --git a/frappe/email/doctype/email_alert/email_alert.py b/frappe/email/doctype/email_alert/email_alert.py index e8c38c83dd..1233fb90e8 100644 --- a/frappe/email/doctype/email_alert/email_alert.py +++ b/frappe/email/doctype/email_alert/email_alert.py @@ -51,7 +51,7 @@ def trigger_email_alerts(doc, method=None): diff_days = -diff_days for name in frappe.db.sql_list("""select name from `tab{0}` where - DATE({1}) = ADDDATE(DATE(%s), INTERVAL %s DAY)""".format(alert.document_type, alert.date_changed), + DATE(`{1}`) = ADDDATE(DATE(%s), INTERVAL %s DAY)""".format(alert.document_type, alert.date_changed), (nowdate(), diff_days or 0)): evaluate_alert(frappe.get_doc(alert.document_type, name), diff --git a/frappe/hooks.py b/frappe/hooks.py index 083a364264..05b7d84e5b 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -5,7 +5,7 @@ app_publisher = "Frappe Technologies" app_description = "Full stack web framework with Python, Javascript, MariaDB, Redis, Node" app_icon = "octicon octicon-circuit-board" -app_version = "6.27.16" +app_version = "6.27.17" app_color = "orange" source_link = "https://github.com/frappe/frappe" app_license = "MIT" diff --git a/frappe/public/js/frappe/ui/toolbar/navbar.html b/frappe/public/js/frappe/ui/toolbar/navbar.html index eaf8063098..010f325e44 100644 --- a/frappe/public/js/frappe/ui/toolbar/navbar.html +++ b/frappe/public/js/frappe/ui/toolbar/navbar.html @@ -40,7 +40,7 @@ {%= __("Documentation") %}