fix: item code not showing in report view

(cherry picked from commit b20f57321f)
This commit is contained in:
UmakanthKaspa
2026-01-30 14:13:34 +00:00
committed by Mergify
parent e23e9b5d66
commit af167f91fe

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