mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
Merge pull request #47633 from frappe/mergify/bp/version-15-hotfix/pr-47632
fix(quotation): use `Text Editor` field in alternative items dialog (backport #47632)
This commit is contained in:
@@ -278,7 +278,7 @@ erpnext.selling.QuotationController = class QuotationController extends erpnext.
|
||||
},
|
||||
},
|
||||
{
|
||||
fieldtype: "Data",
|
||||
fieldtype: "Text Editor",
|
||||
fieldname: "description",
|
||||
label: __("Description"),
|
||||
in_list_view: 1,
|
||||
|
||||
Reference in New Issue
Block a user