fix: Enable Print Hide for Bundle Items

This commit is contained in:
GangaManoj 2021-08-27 20:06:22 +05:30
parent a7be02fe32
commit a2b394b195
2 changed files with 10 additions and 6 deletions

View File

@ -1144,7 +1144,8 @@
"fieldname": "packed_items", "fieldname": "packed_items",
"fieldtype": "Table", "fieldtype": "Table",
"label": "Bundle Items", "label": "Bundle Items",
"options": "Packed Item" "options": "Packed Item",
"print_hide": 1
}, },
{ {
"collapsible": 1, "collapsible": 1,
@ -1152,14 +1153,15 @@
"fieldname": "bundle_items_section", "fieldname": "bundle_items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Bundle Items", "label": "Bundle Items",
"options": "fa fa-suitcase" "options": "fa fa-suitcase",
"print_hide": 1
} }
], ],
"icon": "fa fa-file-text", "icon": "fa fa-file-text",
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2021-08-27 02:18:07.342249", "modified": "2021-08-27 20:05:54.869308",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order", "name": "Purchase Order",

View File

@ -933,7 +933,8 @@
"fieldname": "packed_items", "fieldname": "packed_items",
"fieldtype": "Table", "fieldtype": "Table",
"label": "Bundle Items", "label": "Bundle Items",
"options": "Packed Item" "options": "Packed Item",
"print_hide": 1
}, },
{ {
"collapsible": 1, "collapsible": 1,
@ -941,7 +942,8 @@
"fieldname": "bundle_items_section", "fieldname": "bundle_items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Bundle Items", "label": "Bundle Items",
"options": "fa fa-suitcase" "options": "fa fa-suitcase",
"print_hide": 1
} }
], ],
"icon": "fa fa-shopping-cart", "icon": "fa fa-shopping-cart",
@ -949,7 +951,7 @@
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"max_attachments": 1, "max_attachments": 1,
"modified": "2021-08-27 02:23:33.460607", "modified": "2021-08-27 20:04:26.357378",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Quotation", "name": "Quotation",