From 4c914cd8e8193bf283da2f808ec64c224845e48b Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Wed, 24 Jun 2020 18:13:43 -0400 Subject: [PATCH] core#1840 - Can't add/change recipient on non-bulk SMS --- templates/CRM/Contact/Form/Task/SMS.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Form/Task/SMS.tpl b/templates/CRM/Contact/Form/Task/SMS.tpl index c57fc16480..a89731bd3d 100644 --- a/templates/CRM/Contact/Form/Task/SMS.tpl +++ b/templates/CRM/Contact/Form/Task/SMS.tpl @@ -86,7 +86,7 @@ CRM.$(function($){ ajax: { url: sourceDataUrl, data: function(term) { - return { name: term,}; + return { name: term, id: 1}; }, results: function(response) { return { results: response }; -- 2.25.1