fix: Mute emails by default

This commit is contained in:
Faris Ansari 2019-10-28 23:01:08 +05:30
parent 733f2fdee5
commit 756496e2a7

View file

@ -30,6 +30,7 @@
"fieldname": "reference_doctype",
"fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Document Type",
"options": "DocType",
"reqd": 1,
@ -39,6 +40,7 @@
"fieldname": "import_type",
"fieldtype": "Select",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Import Type",
"options": "\nInsert New Records\nUpdate Existing Records",
"reqd": 1,
@ -48,7 +50,6 @@
"depends_on": "eval:!doc.__islocal",
"fieldname": "import_file",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "Import File"
},
{
@ -101,6 +102,7 @@
"fieldname": "status",
"fieldtype": "Select",
"hidden": 1,
"in_standard_filter": 1,
"label": "Status",
"options": "Pending\nSuccess\nPartial Success",
"read_only": 1
@ -135,14 +137,14 @@
"label": "Download Template"
},
{
"default": "0",
"default": "1",
"fieldname": "mute_emails",
"fieldtype": "Check",
"label": "Don't Send Emails"
}
],
"hide_toolbar": 1,
"modified": "2019-09-28 13:54:35.061730",
"modified": "2019-10-28 22:46:21.344894",
"modified_by": "Administrator",
"module": "Core",
"name": "Data Import Beta",