Explorar el Código

Merge branch 'develop'

master
Guillaume hace 2 años
padre
commit
da0ebd9789
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. +2
    -3
      Repository/Order/OrderProductStore.php

+ 2
- 3
Repository/Order/OrderProductStore.php Ver fichero

@@ -28,9 +28,8 @@ class OrderProductStore extends AbstractStore

public function filtersDefault(RepositoryQueryInterface $query): RepositoryQueryInterface
{
if($this->section) {
$query->filterBySection($this->section);
}
$this->addFilterBySectionOptionnal($query);

return $query;
}


Cargando…
Cancelar
Guardar