Ver código fonte

Merge branch 'develop'

master
Fabien Normand 2 anos atrás
pai
commit
a9a3b70773
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Controller/AbstractAdminController.php

+ 1
- 1
Controller/AbstractAdminController.php Ver arquivo

@@ -38,7 +38,7 @@ abstract class AbstractAdminController extends SovAbstractAdminController
$repositoryQuery->filterIsOnlineAndOffline();
}
if ($this->isInstanceOf(FilterSectionInterface::class)) {
$repositoryQuery->filterBySection($this->getSectionCurrent());
$repositoryQuery->filterBySection($this->getSectionCurrentDefault());
}

if ($this->isInstanceOf(FilterMerchantInterface::class)) {

Carregando…
Cancelar
Salvar