diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 1d2c0f676..fc0aeef18 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -1354,6 +1354,7 @@ sub addCartVars { next unless $purchase->{purchaseId}; # so we don't show the badge we're currently editing next if ($i eq $self->session->scratch->get("currentPurchaseCounter")); + $self->session->errorHandler->warn("got here!"); my $theseRegs = $self->session->db->buildArrayRefOfHashRefs("select r.*, p.price, q.passId, q.passType from EventManagementSystem_registrations as r, EventManagementSystem_products as q, products as p where r.purchaseId=? and p.productId=r.productId and q.productId=r.productId",[$purchase->{purchaseId}]); my @currentEvents; foreach (@$theseRegs) {