mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
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:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user