diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index 3d3b86a15c5..41e7a7cad81 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js @@ -1081,6 +1081,8 @@ function add_link_title(value, doc, df, title_field) { } else { return value; } + } else { + return value; } }