CRM-14088:Fixed selector to show lines to add more softcredits in new contribution...
authorMaggie <maggie.epps@gmail.com>
Fri, 17 Jan 2014 21:26:28 +0000 (16:26 -0500)
committerMaggie <maggie.epps@gmail.com>
Fri, 17 Jan 2014 21:26:28 +0000 (16:26 -0500)
templates/CRM/Contribute/Form/SoftCredit.js

index 9be83558a070b180cabab0c7e2f349a6e6113d85..2410d4baa7ea8a37226dab14f03fbc7569376d2c 100644 (file)
@@ -12,7 +12,7 @@ cj(function($) {
   }
 
   $('#addMoreSoftCredit').click(function(){
-    $('.crm-soft-credit-block tr.hiddenElement :first').show().removeClass('hiddenElement');
+    $('.crm-contribution-form-block-soft_credit_to tr.hiddenElement').filter(':first').show().removeClass('hiddenElement');
     if ( $('.crm-soft-credit-block tr.hiddenElement').length < 1 ) {
       $('#addMoreSoftCredit').hide();
     }