Merge pull request #52234 from frappe/mergify/bp/version-16-hotfix/pr-52231

fix: item code not showing in report view (backport #52231)
This commit is contained in:
Mihir Kandoi
2026-01-30 22:17:26 +05:30
committed by GitHub

View File

@@ -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 &&