Minor fix on SC tpl
authormonishdeb <monish.deb@webaccess.co.in>
Mon, 5 May 2014 08:34:01 +0000 (14:04 +0530)
committermonishdeb <monish.deb@webaccess.co.in>
Mon, 5 May 2014 08:34:01 +0000 (14:04 +0530)
templates/CRM/Contribute/Form/SoftCredit.tpl

index 2fe9ff9abed8fd777318a58a60f1b5ea504795e3..b9e762e6f9f4905daf89ced8e9d720edda333f4c 100644 (file)
     })
       // 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 () {