mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 17:15:02 +00:00
a same join() in filter and aggregator make error if we combine them
This commit is contained in:
@@ -107,6 +107,7 @@ class CountHousehold implements ExportInterface, GroupedExportInterface
|
||||
->join('acppart.person', 'person')
|
||||
->join('person.householdParticipations', 'householdmember')
|
||||
->join('householdmember.household', 'household')
|
||||
->join('household.compositions', 'composition')
|
||||
;
|
||||
|
||||
$qb->select('COUNT(DISTINCT householdmember.household) AS export_result');
|
||||
|
Reference in New Issue
Block a user