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