call _booking_node_create_mysqlview when setting values via admin page

This commit is contained in:
2016-05-27 17:30:04 +10:00
parent 7336f4d351
commit 368d5d6555
2 changed files with 7 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ function _booking_node_create_mysqlview()
}
//filter the results either by current active event
// @todo is this filter really necessary?
$query->condition('p.booking_eventid', $event->eid, '=');
//add the database fields we always want to retrieve