Browse Source

fix: Enable Print Hide for Bundle Items

develop
GangaManoj 3 years ago
parent
commit
a2b394b195
  1. 8
      erpnext/buying/doctype/purchase_order/purchase_order.json
  2. 8
      erpnext/selling/doctype/quotation/quotation.json

8
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",

8
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",

Loading…
Cancel
Save