diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index b069e62274..b597654221 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -112,7 +112,8 @@ "enq_det", "supplier_quotation", "opportunity", - "lost_reasons" + "lost_reasons", + "competitors" ], "fields": [ { @@ -949,6 +950,13 @@ "options": "fa fa-suitcase", "print_hide": 1 }, + { + "allow_on_submit": 1, + "fieldname": "competitors", + "fieldtype": "Table MultiSelect", + "label": "Competitors", + "options": "Competitor Detail" + }, { "fieldname": "company_address", "fieldtype": "Link", @@ -966,7 +974,7 @@ "idx": 82, "is_submittable": 1, "links": [], - "modified": "2022-04-02 17:21:48.578719", + "modified": "2022-04-03 17:21:48.578719", "modified_by": "Administrator", "module": "Selling", "name": "Quotation",