From 32cb70fe05e82bc245ac247cf36f7448e54e5247 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Wed, 15 Jul 2026 10:31:07 +0530 Subject: [PATCH] fix: hide job card field in purchase order item (cherry picked from commit f44bcae47d7780eba76ef1822af04aa09a9b839f) # Conflicts: # erpnext/buying/doctype/purchase_order_item/purchase_order_item.json --- .../purchase_order_item.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json index e0e0990c103..f26a290c8c6 100644 --- a/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json +++ b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json @@ -913,6 +913,22 @@ "fieldtype": "Column Break" }, { +<<<<<<< HEAD +======= + "fieldname": "column_break_pjyo", + "fieldtype": "Column Break" + }, + { + "fieldname": "job_card", + "fieldtype": "Link", + "label": "Job Card", + "no_copy": 1, + "options": "Job Card", + "print_hide": 1, + "read_only": 1 + }, + { +>>>>>>> f44bcae47d (fix: hide job card field in purchase order item) "fieldname": "distributed_discount_amount", "fieldtype": "Currency", "label": "Distributed Discount Amount", @@ -934,7 +950,11 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], +<<<<<<< HEAD "modified": "2025-03-13 17:27:44.468602", +======= + "modified": "2026-07-15 10:30:04.600510", +>>>>>>> f44bcae47d (fix: hide job card field in purchase order item) "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order Item",