Explorar el Código

Processus commande

feature/export_comptable
Guillaume hace 4 años
padre
commit
faba76522e
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. +0
    -9
      ShopBundle/Repository/OrderShopRepository.php

+ 0
- 9
ShopBundle/Repository/OrderShopRepository.php Ver fichero

@@ -122,13 +122,4 @@ class OrderShopRepository extends BaseRepository implements DefaultRepositoryInt

return $query->getQuery()->getResult() ;
}

public function findAllByDateStartEnd($dateStart, $dateEnd)
{
return $this->findAllBy([
'dateStart' => $dateStart,
'dateEnd' => $dateEnd,
'isValid' => true
]) ;
}
}

Cargando…
Cancelar
Guardar