Merge pull request #47632 from akhilnarang/quotation-use-small-text

fix(quotation): use `Text Editor` field in alternative items dialog
This commit is contained in:
ruthra kumar
2025-05-20 14:20:57 +05:30
committed by GitHub

View File

@@ -286,7 +286,7 @@ erpnext.selling.QuotationController = class QuotationController extends erpnext.
}, },
}, },
{ {
fieldtype: "Data", fieldtype: "Text Editor",
fieldname: "description", fieldname: "description",
label: __("Description"), label: __("Description"),
in_list_view: 1, in_list_view: 1,