From e84c84975cafedef41174aec6b191e25a3aafcd2 Mon Sep 17 00:00:00 2001 From: iamkhanraheel Date: Wed, 2 Jul 2025 11:56:36 +0530 Subject: [PATCH] feat: added supplier group field to link permission --- .../buying/doctype/purchase_order/purchase_order.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json index be638a68429..f69be2c8e0b 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.json +++ b/erpnext/buying/doctype/purchase_order/purchase_order.json @@ -103,6 +103,7 @@ "section_addresses", "supplier_address", "address_display", + "supplier_group", "col_break_address", "contact_person", "contact_display", @@ -1272,6 +1273,14 @@ "print_hide": 1, "read_only": 1 }, + { + "fieldname": "supplier_group", + "fieldtype": "Link", + "hidden": 1, + "label": "Supplier Group", + "options": "Supplier Group", + "print_hide": 1 + }, { "depends_on": "eval: doc.last_scanned_warehouse", "fieldname": "last_scanned_warehouse", @@ -1300,7 +1309,7 @@ "idx": 105, "is_submittable": 1, "links": [], - "modified": "2025-08-28 11:00:56.635116", + "modified": "2025-09-28 11:00:56.635116", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order",