From 0be61fc0dcea311103f8ace5c04cdba144765873 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Mon, 5 May 2014 14:04:01 +0530 Subject: [PATCH] Minor fix on SC tpl --- templates/CRM/Contribute/Form/SoftCredit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/SoftCredit.tpl b/templates/CRM/Contribute/Form/SoftCredit.tpl index 2fe9ff9abe..b9e762e6f9 100644 --- a/templates/CRM/Contribute/Form/SoftCredit.tpl +++ b/templates/CRM/Contribute/Form/SoftCredit.tpl @@ -109,7 +109,7 @@ }) // This is just a cheap trick to store the name in case of a formrule error .on('change', function() { - //$('[name=pcp_made_through]', $form).val($(this).select2('data').text || ''); + $('[name=pcp_made_through]', $form).val($(this).select2('data').text || ''); }); $('.crm-soft-credit-block tr span').each(function () { -- 2.25.1