Browse Source

Processus commande

feature/export_comptable
Guillaume 4 years ago
parent
commit
faba76522e
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      ShopBundle/Repository/OrderShopRepository.php

+ 0
- 9
ShopBundle/Repository/OrderShopRepository.php View File



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

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

Loading…
Cancel
Save