Просмотр исходного кода

Processus commande

feature/export_comptable
Guillaume 4 лет назад
Родитель
Сommit
faba76522e
1 измененных файлов: 0 добавлений и 9 удалений
  1. +0
    -9
      ShopBundle/Repository/OrderShopRepository.php

+ 0
- 9
ShopBundle/Repository/OrderShopRepository.php Просмотреть файл

@@ -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
]) ;
}
}

Загрузка…
Отмена
Сохранить