Browse Source

fix: add back column break that was lost in merge

version-14
Raffael Meyer 4 years ago
committed by Suraj Shetty
parent
commit
e42b4e7311
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      frappe/custom/doctype/customize_form/customize_form.json

+ 10
- 0
frappe/custom/doctype/customize_form/customize_form.json View File

@@ -266,6 +266,16 @@
"label": "Actions",
"options": "DocType Action"
},
{
"fieldname": "default_email_template",
"fieldtype": "Link",
"label": "Default Email Template",
"options": "Email Template"
},
{
"fieldname": "column_break_26",
"fieldtype": "Column Break"
},
{
"collapsible": 1,
"fieldname": "naming_section",


Loading…
Cancel
Save