From 92f3cb03fc90d1d20120c8ca14fac16eeaaad26a Mon Sep 17 00:00:00 2001 From: Tyrell Cook Date: Tue, 17 Mar 2015 16:32:56 -0400 Subject: [PATCH] CRM-16131 --- .../CRM/Event/Cart/Form/Checkout/ParticipantsAndPrices.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Cart/Form/Checkout/ParticipantsAndPrices.tpl b/templates/CRM/Event/Cart/Form/Checkout/ParticipantsAndPrices.tpl index 7812330523..abc90210fa 100644 --- a/templates/CRM/Event/Cart/Form/Checkout/ParticipantsAndPrices.tpl +++ b/templates/CRM/Event/Cart/Form/Checkout/ParticipantsAndPrices.tpl @@ -63,7 +63,7 @@ function add_participant( cart_id, event_id ) { ); // FIXME: this get should be a post according to restful standards - cj.get(CRM.url("civicrm/ajax/event/add_participant_to_cart", {cart_id: cart_id, event_id: event_id}), + cj.get(CRM.url("civicrm/ajax/event/add_participant_to_cart?snippet=1", {cart_id: cart_id, event_id: event_id}), function(data) { cj('#event_' + event_id + '_participants').append(data).trigger('crmLoad'); } -- 2.25.1