Resolve "Auto-assign hub and rider" #1231

Merged
korina.cordero merged 22 commits from 374-auto-assign-hub-and-rider into master 2020-04-15 03:34:58 +00:00
Showing only changes of commit a738aac7e7 - Show all commits

View file

@ -183,7 +183,7 @@ class CustomerController extends Controller
{ {
if ((!$this->isGranted('jo_onestep.form')) || if ((!$this->isGranted('jo_onestep.form')) ||
(!$this->isGranted('jo_walkin.form')) || (!$this->isGranted('jo_walkin.form')) ||
(!$this->isGranted('jo_in.list')) { (!$this->isGranted('jo_in.list'))) {
$exception = $this->createAccessDeniedException('No access.'); $exception = $this->createAccessDeniedException('No access.');
throw $exception; throw $exception;
} }