From 02c8174963c6e88bc70015913fbf85062f4ccb78 Mon Sep 17 00:00:00 2001 From: Revati Gawas Date: Wed, 30 Oct 2019 17:42:42 +0530 Subject: [PATCH] modified shared address note under contact dashboard --- templates/CRM/Contact/Form/ShareAddress.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contact/Form/ShareAddress.tpl b/templates/CRM/Contact/Form/ShareAddress.tpl index 93c1c99a6b..ce9442f00f 100644 --- a/templates/CRM/Contact/Form/ShareAddress.tpl +++ b/templates/CRM/Contact/Form/ShareAddress.tpl @@ -114,7 +114,8 @@ }); if (!addressHTML) { - addressHTML = {/literal}"{ts escape='js'}Selected contact does not have an address. Please edit that contact to add an address, or select a different contact.{/ts}"{literal}; + var sharedContactLink = "add?reset=1&action=update&cid=" + sharedContactId; + addressHTML = {/literal}"{ts escape='js'}Selected contact does not have an address. Please edit "+ " contact " + "to add an address, or select a different contact.{/ts}"{literal}; } $contentArea.html(addressHTML); @@ -124,5 +125,3 @@ }); {/literal} - - -- 2.25.1