From db446f33adca7c8fbeb7a654e51837f42446122a Mon Sep 17 00:00:00 2001 From: ljain112 Date: Fri, 28 Nov 2025 13:05:24 +0530 Subject: [PATCH] fix: add Stock Entry link to Asset Repair doctype. (cherry picked from commit da7f28a3c327eb30aa9f82619c46abddb4978e1f) --- erpnext/assets/doctype/asset_repair/asset_repair.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/erpnext/assets/doctype/asset_repair/asset_repair.json b/erpnext/assets/doctype/asset_repair/asset_repair.json index d95e3e630a39..48b10575b8a2 100644 --- a/erpnext/assets/doctype/asset_repair/asset_repair.json +++ b/erpnext/assets/doctype/asset_repair/asset_repair.json @@ -260,8 +260,13 @@ ], "index_web_pages_for_search": 1, "is_submittable": 1, - "links": [], - "modified": "2025-11-04 23:06:43.644846", + "links": [ + { + "link_doctype": "Stock Entry", + "link_fieldname": "asset_repair" + } + ], + "modified": "2025-11-28 13:04:34.921098", "modified_by": "Administrator", "module": "Assets", "name": "Asset Repair",