there's a fix.

This commit is contained in:
Matthew Wilson 2006-05-13 13:24:33 +00:00
parent a48f5338c0
commit f15864674b

View file

@ -2070,6 +2070,7 @@ sub www_addEventsToBadge {
}
$self->session->scratch->set('EMS_scratch_cart',join("\n",@pastEvents));
$self->session->scratch->set('currentMainEvent',$eventId);
$self->session->scratch->set('currentBadgeId',$bid);
return $self->www_search();
}
return $self->www_resetScratchCart();