From 91af0d6ffb665159716092012281b5695f2a6c33 Mon Sep 17 00:00:00 2001 From: GangaManoj Date: Tue, 24 Aug 2021 17:57:55 +0530 Subject: [PATCH] fix: Add Bundle Items table --- erpnext/selling/doctype/quotation/quotation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index 3eba62bc193..6a638a3c2b7 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -84,6 +84,8 @@ "rounding_adjustment", "rounded_total", "in_words", + "bundle_items_section", + "packed_items", "payment_schedule_section", "payment_terms_template", "payment_schedule", @@ -926,6 +928,17 @@ "label": "Lost Reasons", "options": "Quotation Lost Reason Detail", "read_only": 1 + }, + { + "fieldname": "packed_items", + "fieldtype": "Table", + "label": "Bundle Items", + "options": "Packed Item" + }, + { + "fieldname": "bundle_items_section", + "fieldtype": "Section Break", + "label": "Bundle Items" } ], "icon": "fa fa-shopping-cart", @@ -933,7 +946,7 @@ "is_submittable": 1, "links": [], "max_attachments": 1, - "modified": "2020-10-30 13:58:59.212060", + "modified": "2021-08-24 17:56:39.199033", "modified_by": "Administrator", "module": "Selling", "name": "Quotation",