fix(quotation): use Text Editor field in alternative items dialog for item description

`Data` causes text to overflow - the field is originally a `Text Editor` field

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
(cherry picked from commit c7ea91073e)
This commit is contained in:
Akhil Narang
2025-05-20 14:00:47 +05:30
committed by Mergify
parent ecb2bab70f
commit 32eeedac24

View File

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