um; weird typo.
This commit is contained in:
parent
c251a35853
commit
1e0aab0fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -2269,7 +2269,7 @@ sub saveRegistration {
|
|||
foreach my $eventId (@$eventsInCart) {
|
||||
next if isIn($eventId,@addingToPurchase);
|
||||
next if isIn($eventId,@badgeEvents);
|
||||
$my $registrationId = $self->setCollateral("EventManagementSystem_registrations", "registrationId",{
|
||||
my $registrationId = $self->setCollateral("EventManagementSystem_registrations", "registrationId",{
|
||||
registrationId => "new",
|
||||
purchaseId => $purchaseId,
|
||||
productId => $eventId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue