Fixed accidental search and replace of _booking_person_studygroups_cleanup
This commit is contained in:
@@ -166,7 +166,7 @@ function booking_report_summary() {
|
||||
|
||||
|
||||
//travel form completed?
|
||||
if (! _booking_person_studygroups_cleanup($person->tid))
|
||||
if (! empty($person->tid))
|
||||
$travelform_count++;
|
||||
|
||||
//booking status
|
||||
|
Reference in New Issue
Block a user