From d181cc42a1e7027d431bc47c46aa5aac8eda2c53 Mon Sep 17 00:00:00 2001 From: Anuja Pawar Date: Tue, 12 Oct 2021 20:57:08 +0530 Subject: [PATCH] fix: set collapsible & print hide --- .../accounts/doctype/purchase_invoice/purchase_invoice.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index d55a97ffde..03cbc4acbc 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -1399,9 +1399,11 @@ "read_only": 1 }, { + "collapsible": 1, "fieldname": "accounting_details_section", "fieldtype": "Section Break", - "label": "Accounting Details" + "label": "Accounting Details", + "print_hide": 1 }, { "fieldname": "column_break_147", @@ -1412,7 +1414,7 @@ "idx": 204, "is_submittable": 1, "links": [], - "modified": "2021-10-11 20:08:21.822856", + "modified": "2021-10-12 20:55:16.145651", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice",