From af167f91fe882364ff54222cd5014022d6fd18a5 Mon Sep 17 00:00:00 2001 From: UmakanthKaspa Date: Fri, 30 Jan 2026 14:13:34 +0000 Subject: [PATCH] fix: item code not showing in report view (cherry picked from commit b20f57321f50b285619c34e9c7c59e4d0833183a) --- erpnext/public/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index 116449a6fa8..65c2eef552a 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js @@ -1070,7 +1070,7 @@ frappe.form.link_formatters["Project"] = function (value, doc, df) { */ function add_link_title(value, doc, df, title_field) { if (doc.doctype != df.parent) { - return ""; + return value; } else if ( doc && value &&