Add fix for bug. #374
This commit is contained in:
parent
06d0e21b1d
commit
a738aac7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ class CustomerController extends Controller
|
|||
{
|
||||
if ((!$this->isGranted('jo_onestep.form')) ||
|
||||
(!$this->isGranted('jo_walkin.form')) ||
|
||||
(!$this->isGranted('jo_in.list')) {
|
||||
(!$this->isGranted('jo_in.list'))) {
|
||||
$exception = $this->createAccessDeniedException('No access.');
|
||||
throw $exception;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue