Add fix for bug. #374

This commit is contained in:
Korina Cordero 2020-04-14 02:57:41 +00:00
parent 06d0e21b1d
commit a738aac7e7

View file

@ -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;
}