Browse Source

Merge pull request #13410 from resilient-tech/fix-customize-form

fix: removed duplicate fields from Customize Form
version-14
mergify[bot] 4 years ago
committed by GitHub
parent
commit
099c2f0f0e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions
  1. +1
    -11
      frappe/custom/doctype/customize_form/customize_form.json

+ 1
- 11
frappe/custom/doctype/customize_form/customize_form.json View File

@@ -288,16 +288,6 @@
"fieldname": "autoname", "fieldname": "autoname",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Auto Name" "label": "Auto Name"
},
{
"fieldname": "default_email_template",
"fieldtype": "Link",
"label": "Default Email Template",
"options": "Email Template"
},
{
"fieldname": "column_break_26",
"fieldtype": "Column Break"
} }
], ],
"hide_toolbar": 1, "hide_toolbar": 1,
@@ -306,7 +296,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2021-04-29 21:21:06.476372",
"modified": "2021-06-02 06:49:16.782806",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Custom", "module": "Custom",
"name": "Customize Form", "name": "Customize Form",


Loading…
Cancel
Save