Fix: Assign infobox to template

This commit is contained in:
Björn Fromme
2023-05-25 08:34:54 +02:00
parent acbadaf677
commit e59d547ae2
@@ -291,10 +291,10 @@ class AjaxTableController extends ActionController
'filterSettings' => $this->filterService->getNormalizedFilterSettings(),
'template' => $this->settings['bpnBookingUrlTemplateCode'],
'paCode' => $paCode,
'nonBookableInfo' => $nonBookableInfo,
]);
$this->view->assign('pricetable', $pricetable);
$this->view->assign('nonBookableInfo', $nonBookableInfo);
}
/**