From a2b394b195a575e80affa7a5865f4f08199b0826 Mon Sep 17 00:00:00 2001 From: GangaManoj Date: Fri, 27 Aug 2021 20:06:22 +0530 Subject: [PATCH] fix: Enable Print Hide for Bundle Items --- erpnext/buying/doctype/purchase_order/purchase_order.json | 8 +++++--- erpnext/selling/doctype/quotation/quotation.json | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json index e37d31a674..3eee5066f1 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.json +++ b/erpnext/buying/doctype/purchase_order/purchase_order.json @@ -1144,7 +1144,8 @@ "fieldname": "packed_items", "fieldtype": "Table", "label": "Bundle Items", - "options": "Packed Item" + "options": "Packed Item", + "print_hide": 1 }, { "collapsible": 1, @@ -1152,14 +1153,15 @@ "fieldname": "bundle_items_section", "fieldtype": "Section Break", "label": "Bundle Items", - "options": "fa fa-suitcase" + "options": "fa fa-suitcase", + "print_hide": 1 } ], "icon": "fa fa-file-text", "idx": 105, "is_submittable": 1, "links": [], - "modified": "2021-08-27 02:18:07.342249", + "modified": "2021-08-27 20:05:54.869308", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order", diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index 6bfb2c2a73..7185bb94de 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -933,7 +933,8 @@ "fieldname": "packed_items", "fieldtype": "Table", "label": "Bundle Items", - "options": "Packed Item" + "options": "Packed Item", + "print_hide": 1 }, { "collapsible": 1, @@ -941,7 +942,8 @@ "fieldname": "bundle_items_section", "fieldtype": "Section Break", "label": "Bundle Items", - "options": "fa fa-suitcase" + "options": "fa fa-suitcase", + "print_hide": 1 } ], "icon": "fa fa-shopping-cart", @@ -949,7 +951,7 @@ "is_submittable": 1, "links": [], "max_attachments": 1, - "modified": "2021-08-27 02:23:33.460607", + "modified": "2021-08-27 20:04:26.357378", "modified_by": "Administrator", "module": "Selling", "name": "Quotation",