mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-08 09:56:14 +00:00
Fix incorrect alias in ThirdPartyRepository query builder expressions
This commit is contained in:
parent
beb7c462da
commit
c19481e40a
@ -147,8 +147,8 @@ class ThirdPartyRepository implements ObjectRepository
|
||||
|
||||
$qb->where(
|
||||
$qb->expr()->orX(
|
||||
$qb->expr()->eq('t.telephone', ':phonenumber'),
|
||||
$qb->expr()->eq('t.telephone2', ':phonenumber')
|
||||
$qb->expr()->eq('tp.telephone', ':phonenumber'),
|
||||
$qb->expr()->eq('tp.telephone2', ':phonenumber')
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user