fix: markdown to text editor set for supplier quotation
(cherry picked from commit 9828d34b19)
# Conflicts:
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
This commit is contained in:
@@ -462,7 +462,7 @@
|
||||
},
|
||||
{
|
||||
"fieldname": "other_charges_calculation",
|
||||
"fieldtype": "Markdown Editor",
|
||||
"fieldtype": "Text Editor",
|
||||
"label": "Taxes and Charges Calculation",
|
||||
"no_copy": 1,
|
||||
"oldfieldtype": "HTML",
|
||||
@@ -928,7 +928,11 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"modified": "2024-03-20 16:03:59.069145",
|
||||
=======
|
||||
"modified": "2024-03-28 10:20:30.231915",
|
||||
>>>>>>> 9828d34b19 (fix: markdown to text editor set for supplier quotation)
|
||||
"modified_by": "Administrator",
|
||||
"module": "Buying",
|
||||
"name": "Supplier Quotation",
|
||||
|
||||
@@ -71,7 +71,7 @@ class SupplierQuotation(BuyingController):
|
||||
naming_series: DF.Literal["PUR-SQTN-.YYYY.-"]
|
||||
net_total: DF.Currency
|
||||
opportunity: DF.Link | None
|
||||
other_charges_calculation: DF.MarkdownEditor | None
|
||||
other_charges_calculation: DF.TextEditor | None
|
||||
plc_conversion_rate: DF.Float
|
||||
price_list_currency: DF.Link | None
|
||||
pricing_rules: DF.Table[PricingRuleDetail]
|
||||
|
||||
Reference in New Issue
Block a user