diff --git a/frappe/custom/doctype/customize_form/customize_form.py b/frappe/custom/doctype/customize_form/customize_form.py index bc0156438f..c08a36c5dd 100644 --- a/frappe/custom/doctype/customize_form/customize_form.py +++ b/frappe/custom/doctype/customize_form/customize_form.py @@ -798,7 +798,7 @@ ALLOWED_FIELDTYPE_CHANGE = ( ("Text", "Data"), ("Text", "Text Editor", "Code", "Signature", "HTML Editor"), ("Data", "Select"), - ("Text", "Small Text"), + ("Text", "Small Text", "Long Text"), ("Text", "Data", "Barcode"), ("Code", "Geolocation"), ("Table", "Table MultiSelect"),