fix: Enable Print Hide for Bundle Items
diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json
index e37d31a..3eee506 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 6bfb2c2..7185bb9 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",