Merge pull request #52231 from UmakanthKaspa/fix/report-view-item-code

This commit is contained in:
Mihir Kandoi
2026-01-30 22:15:40 +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) { function add_link_title(value, doc, df, title_field) {
if (doc.doctype != df.parent) { if (doc.doctype != df.parent) {
return ""; return value;
} else if ( } else if (
doc && doc &&
value && value &&