mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
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:
@@ -286,7 +286,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