Skip to content

Commit

Permalink
Merge pull request #220 from phili67/phili67-bug-checkin
Browse files Browse the repository at this point in the history
Les changements pour le checkin
  • Loading branch information
phili67 authored Feb 18, 2018
2 parents 50d9048 + f3bd931 commit 33a4d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Checkin.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
$eventAttent->save();
}

if (GroupQuery::Create()->findOneById($event->getGroupId())->isSundaySchool()) {
/*if (GroupQuery::Create()->findOneById($event->getGroupId())->isSundaySchool()) {
// in the case you are in a sundayschool group we stay on the same page, for productivity
//Redirect('sundayschool/SundaySchoolClassView.php?groupId='.$event->getGroupId());
} else {
Redirect('GroupView.php?GroupID='.$event->getGroupId());
exit;
}
}*/
}

if (isset($_SESSION['CartToEventEventID'])) {
Expand Down

0 comments on commit 33a4d5b

Please sign in to comment.