mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 10:26:30 +00:00
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:
@@ -278,7 +278,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,
|
||||||
|
|||||||
Reference in New Issue
Block a user