From f5bb53b899f381f3f16d2d82e6c1f5f2d3ee1fb2 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Tue, 4 Mar 2014 03:59:03 +0530 Subject: [PATCH] CRM-13964-qa --- templates/CRM/Event/Form/Participant.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/Participant.tpl b/templates/CRM/Event/Form/Participant.tpl index 0068c32b09..55d022540e 100644 --- a/templates/CRM/Event/Form/Participant.tpl +++ b/templates/CRM/Event/Form/Participant.tpl @@ -146,7 +146,7 @@ userModifiedAmount = cj(this).val(); userModifiedAmount = parseInt(userModifiedAmount); if (userModifiedAmount < feeAmount) { - cj('#status_id').select2('val', partiallyPaidStatusId); + cj('#status_id').val(partiallyPaidStatusId).change(); } } ); -- 2.25.1