Resolve "Auto-assign hub and rider" #1231
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