Enable bus reservations.
This commit is contained in:
parent
855ede9655
commit
a756549343
@ -97,7 +97,7 @@ if (!$tpl_done && $sm->hasSessionToken()) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (in_array($action, array('event', 'flight', 'hotel', 'restaurant', 'rentalcar', 'train'))) {
|
if (in_array($action, array('event', 'flight', 'hotel', 'restaurant', 'rentalcar', 'train', 'bus'))) {
|
||||||
$ho->setTemplate($action . '_html');
|
$ho->setTemplate($action . '_html');
|
||||||
$tpl_done = true;
|
$tpl_done = true;
|
||||||
$skey = 'form_' . $action;
|
$skey = 'form_' . $action;
|
||||||
|
Reference in New Issue
Block a user