Fix: Assign infobox to template
This commit is contained in:
@@ -291,10 +291,10 @@ class AjaxTableController extends ActionController
|
|||||||
'filterSettings' => $this->filterService->getNormalizedFilterSettings(),
|
'filterSettings' => $this->filterService->getNormalizedFilterSettings(),
|
||||||
'template' => $this->settings['bpnBookingUrlTemplateCode'],
|
'template' => $this->settings['bpnBookingUrlTemplateCode'],
|
||||||
'paCode' => $paCode,
|
'paCode' => $paCode,
|
||||||
'nonBookableInfo' => $nonBookableInfo,
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->view->assign('pricetable', $pricetable);
|
$this->view->assign('pricetable', $pricetable);
|
||||||
|
$this->view->assign('nonBookableInfo', $nonBookableInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user