Re-associate filters for export "count persons"

This commit is contained in:
2023-09-28 14:32:58 +02:00
parent 981be7b363
commit 9c436d5c69
10 changed files with 87 additions and 106 deletions

View File

@@ -22,6 +22,9 @@ abstract class Declarations
public const HOUSEHOLD_TYPE = 'household';
/**
* @deprecated consider using the PERSON_TYPE instead
*/
public const PERSON_IMPLIED_IN = 'person_implied_in';
public const PERSON_TYPE = 'person';