mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
fix: item code not showing in report view
(cherry picked from commit b20f57321f)
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