From a738aac7e7628fb344af6e4039f277a40d975b62 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Tue, 14 Apr 2020 02:57:41 +0000 Subject: [PATCH] Add fix for bug. #374 --- src/Controller/CustomerController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/CustomerController.php b/src/Controller/CustomerController.php index f7ae1593..0b37b8d6 100644 --- a/src/Controller/CustomerController.php +++ b/src/Controller/CustomerController.php @@ -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; }