Merge branch 'hotfix/groups-price-configs'
This commit is contained in:
@@ -41,7 +41,7 @@ class GroupsPriceController extends ActionController
|
|||||||
});
|
});
|
||||||
|
|
||||||
$this->view->assign('hotel', $hotel);
|
$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('boards', json_encode($hotel->getGroupsPriceBoards()->toArray()));
|
||||||
$this->view->assign('options', json_encode($hotel->getGroupsPriceOptions()->toArray()));
|
$this->view->assign('options', json_encode($hotel->getGroupsPriceOptions()->toArray()));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user