fix(assign_to): Set Notify by Email to 1 by default (#7688)

This commit is contained in:
Aditya Hase 2019-06-14 11:13:05 +05:30 committed by Faris Ansari
parent 98c94e7c9c
commit 6850b52a3d

View file

@ -140,7 +140,7 @@ frappe.ui.form.AssignToDialog = Class.extend({
{ fieldtype: 'Section Break' },
{ fieldtype: 'Column Break' },
{ fieldtype: 'Date', fieldname: 'date', label: __("Complete By") },
{ fieldtype: 'Check', fieldname: 'notify', label: __("Notify by Email") },
{ fieldtype: 'Check', fieldname: 'notify', label: __("Notify by Email"), default: 1},
{ fieldtype: 'Column Break' },
{ fieldtype: 'Select', fieldname: 'priority', label: __("Priority"),
options: [