List of cancelled bookings
-
#_ATTENDEESLIST / Attendeeslist.php shows a list of all attendees of an event.
I also want to show a list of people who have cancelled their booking.
I am using the following code for a new attendeeslist:
if($EM_Booking->booking_status == 3 && !in_array($EM_Booking->get_person()->ID, $people) ){
This is working, BUT: if someone has cancelled his booking and then booked again, he will be shown in both lists….attendees AND cancelled people.
How can I solve this? And how can I count the cancelled bookings (without doubles)?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘List of cancelled bookings’ is closed to new replies.