Skip to content

Commit

Permalink
Merge pull request #9697 from jitendrapurohit/CRM-19794
Browse files Browse the repository at this point in the history
CRM-19794: Wrong fields displayed when setting a price set for a cont…
  • Loading branch information
kurund authored Jan 21, 2017
2 parents c6b5f83 + f35d3f5 commit 52159b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/CRM/Contribute/Form/ContributionPage/Amount.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@
{/if}
{literal}
CRM.$(function($) {
var psid = $('#price_set_id').val();
showHideAmountBlock(psid, 'price_set_id');
function checked_payment_processors() {
var ids = [];
$('.crm-contribution-contributionpage-amount-form-block-payment_processor input[type="checkbox"]').each(function(){
Expand Down

0 comments on commit 52159b0

Please sign in to comment.