rename booking_event_id in booking_person table
This commit is contained in:
@@ -64,7 +64,7 @@ function booking_manual_email()
|
||||
$query->fields('p')
|
||||
->fields('pr', array('booking_price', 'booking_late_price'))
|
||||
->fields('t')
|
||||
->condition('p.booking_event_id', $event->eid, '=');
|
||||
->condition('p.booking_eventid', $event->eid, '=');
|
||||
|
||||
$table_sort = $query->extend('TableSort')->orderbyHeader($header);
|
||||
$result = $table_sort->execute();
|
||||
|
Reference in New Issue
Block a user