From 6c03af815e88d8872828f9077024919c34f80b24 Mon Sep 17 00:00:00 2001 From: GangaManoj Date: Fri, 27 Aug 2021 01:14:23 +0530 Subject: [PATCH] fix: Display Bundle Items right below the Items table --- erpnext/selling/doctype/quotation/quotation.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index 6a638a3c2b..007fa33837 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -43,6 +43,7 @@ "ignore_pricing_rule", "items_section", "items", + "packed_items", "pricing_rule_details", "pricing_rules", "sec_break23", @@ -84,8 +85,6 @@ "rounding_adjustment", "rounded_total", "in_words", - "bundle_items_section", - "packed_items", "payment_schedule_section", "payment_terms_template", "payment_schedule", @@ -934,11 +933,6 @@ "fieldtype": "Table", "label": "Bundle Items", "options": "Packed Item" - }, - { - "fieldname": "bundle_items_section", - "fieldtype": "Section Break", - "label": "Bundle Items" } ], "icon": "fa fa-shopping-cart", @@ -946,7 +940,7 @@ "is_submittable": 1, "links": [], "max_attachments": 1, - "modified": "2021-08-24 17:56:39.199033", + "modified": "2021-08-27 01:09:54.587572", "modified_by": "Administrator", "module": "Selling", "name": "Quotation",