From 49abf919251589bd9ea02137fb78cce3400ab05a Mon Sep 17 00:00:00 2001 From: Jon goldberg - Linux laptop Date: Mon, 18 Nov 2013 16:04:47 -0500 Subject: [PATCH] CRM-13779 - CiviEvent - fire skipPaymentMethod on select boxes ---------------------------------------- * CRM-13779: Events with Price Sets with only Select boxes don't allow payment http://issues.civicrm.org/jira/browse/CRM-13779 --- templates/CRM/Event/Form/Registration/Register.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/Registration/Register.tpl b/templates/CRM/Event/Form/Registration/Register.tpl index 8e46d18dba..7281d7b0e6 100644 --- a/templates/CRM/Event/Form/Registration/Register.tpl +++ b/templates/CRM/Event/Form/Registration/Register.tpl @@ -227,7 +227,7 @@ } } - cj('#priceset input').change(function () { + cj('#priceset input, #priceset select').change(function () { skipPaymentMethod(); }); -- 2.25.1