Merge branch 'master' into develop

This commit is contained in:
Björn Fromme
2020-05-04 13:02:19 +02:00
@@ -41,7 +41,7 @@ class GroupsPriceController extends ActionController
});
$this->view->assign('hotel', $hotel);
$this->view->assign('configs', json_encode($configs));
$this->view->assign('configs', json_encode(array_values($configs)));
$this->view->assign('boards', json_encode($hotel->getGroupsPriceBoards()->toArray()));
$this->view->assign('options', json_encode($hotel->getGroupsPriceOptions()->toArray()));
}