fix(assign_to): Set Notify by Email to 1 by default (#7688)
This commit is contained in:
parent
98c94e7c9c
commit
6850b52a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue