From a2f91640d95a3958eeeeb7181e807c8c0a218433 Mon Sep 17 00:00:00 2001 From: shariquerik Date: Wed, 27 Jan 2021 12:17:49 +0530 Subject: [PATCH 1/2] fix: Auto Email Report Bad UI for Email To --- frappe/email/doctype/auto_email_report/auto_email_report.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/email/doctype/auto_email_report/auto_email_report.json b/frappe/email/doctype/auto_email_report/auto_email_report.json index 8067566ece..537ab981c2 100644 --- a/frappe/email/doctype/auto_email_report/auto_email_report.json +++ b/frappe/email/doctype/auto_email_report/auto_email_report.json @@ -147,6 +147,7 @@ "label": "Email Settings" }, { + "description": "For multiple addresses, enter the address on different line. e.g. test@test.com \u23ce test1@test.com", "fieldname": "email_to", "fieldtype": "Small Text", "label": "Email To", From 57a2597c7e7ba8729708b6290f9359fe90e84a78 Mon Sep 17 00:00:00 2001 From: shariquerik Date: Thu, 28 Jan 2021 15:59:42 +0530 Subject: [PATCH 2/2] fix: updated the modified timestamp --- frappe/email/doctype/auto_email_report/auto_email_report.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/email/doctype/auto_email_report/auto_email_report.json b/frappe/email/doctype/auto_email_report/auto_email_report.json index 537ab981c2..211e2e9662 100644 --- a/frappe/email/doctype/auto_email_report/auto_email_report.json +++ b/frappe/email/doctype/auto_email_report/auto_email_report.json @@ -201,7 +201,7 @@ "read_only": 1 } ], - "modified": "2019-05-09 22:38:27.570890", + "modified": "2021-01-28 15:59:43.151995", "modified_by": "Administrator", "module": "Email", "name": "Auto Email Report",