diff --git a/erpnext/selling/doctype/quotation/quotation.js b/erpnext/selling/doctype/quotation/quotation.js index 6cb676ac58e9..685b27ab3efb 100644 --- a/erpnext/selling/doctype/quotation/quotation.js +++ b/erpnext/selling/doctype/quotation/quotation.js @@ -286,7 +286,7 @@ erpnext.selling.QuotationController = class QuotationController extends erpnext. }, }, { - fieldtype: "Data", + fieldtype: "Text Editor", fieldname: "description", label: __("Description"), in_list_view: 1,