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