diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index 116449a6fa8..65c2eef552a 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js @@ -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 &&