Skip to content

Commit c7fcd52

Browse files
committed
fix
1 parent 2fe6ff2 commit c7fcd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files/application/Espo/Modules/RealEstate/Services/RealEstateProperty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function getMatchingRequestsQuery(Entity $entity, SearchParams $params):
132132
'RealEstateLocationPath',
133133
'realEstateLocationPathRight',
134134
[
135-
'realEstateLocationPathLeft.ascendorId=:' => 'locationsMiddle.realEstateLocationId',
135+
'realEstateLocationPathRight.ascendorId=:' => 'locationsMiddle.realEstateLocationId',
136136
]
137137
)
138138
->where([

0 commit comments

Comments
 (0)