oops; wrong loop!
This commit is contained in:
parent
faae4c79c2
commit
fc415495fd
1 changed files with 1 additions and 1 deletions
|
|
@ -1257,7 +1257,7 @@ sub verifyPrerequisitesForm {
|
||||||
|
|
||||||
foreach (@$scratchCart) {
|
foreach (@$scratchCart) {
|
||||||
my $details = $self->getEventDetails($_);
|
my $details = $self->getEventDetails($_);
|
||||||
push(@$missingEventMessageLoop, {
|
push(@$allPrereqsLoop, {
|
||||||
'form.checkBox' => WebGUI::Form::checkbox($self->session, {
|
'form.checkBox' => WebGUI::Form::checkbox($self->session, {
|
||||||
value => 1,
|
value => 1,
|
||||||
checked => 1,
|
checked => 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue