mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix search by birthdate
This commit is contained in:
parent
d5d12c4a17
commit
472866ce91
@ -199,7 +199,7 @@ final class PersonACLAwareRepository implements PersonACLAwareRepositoryInterfac
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (NULL !== $birthdate) {
|
if (NULL !== $birthdate) {
|
||||||
$qb->andWhere($qb->expr()->eq('s.birthdate', ':birthdate'))
|
$qb->andWhere($qb->expr()->eq('p.birthdate', ':birthdate'))
|
||||||
->setParameter('birthdate', $birthdate);
|
->setParameter('birthdate', $birthdate);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user