mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-28 00:55:19 +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) {
|
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 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user