fix: item code not showing in report view

This commit is contained in:
UmakanthKaspa
2026-01-30 14:13:34 +00:00
parent 3e9a3c1185
commit b20f57321f

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