Duplicate em_booking entry per booking
-
I’ve got an odd issue with what I’m assuming is the multiple booking mode. We’re seeing two records created every time a single ticket is booked.
The first record that’s created has a correlating event_id and person_id, but the second record that is created has a NULL value for the event_id though the person_id is populated correctly. Everything else is mirrored except the serialized ‘booking_meta’ field.
The first record’s meta field starts like this:
a:3:{s:9:”attendees”;a:1:{i:27;a:1:{i:0;a:12:{s:14:”attendee_intro”;s:8:”Michael…The second record’s meta field starts like this:
a:2:{s:7:”booking”;a:0:{}s:12:”registration”;a:8:{s:9:”user_name”;s:16:”Michael…Is this supposed to be happening? It’s creating some confusion as the email that’s sent to administrators links to the first booking ID, but the link to edit/view bookings links to the second recorded booking ID.
Here are the versions we’re using:
EM version: 5.6.2
EM Pro version: 2.4.3
WP version: 4.4.1
- The topic ‘Duplicate em_booking entry per booking’ is closed to new replies.