diff options
| -rw-r--r-- | app/Statistics/Repository/FamilyRepository.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Statistics/Repository/FamilyRepository.php b/app/Statistics/Repository/FamilyRepository.php index 3e4a869e8b..0893bc5fec 100644 --- a/app/Statistics/Repository/FamilyRepository.php +++ b/app/Statistics/Repository/FamilyRepository.php @@ -1680,6 +1680,7 @@ class FamilyRepository ->on('d_gid', '=', 'f_id') ->on('d_file', '=', 'f_file') ->where('d_fact', '=', 'MARR') + ->whereIn('d_month', ['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC']) ->where('d_julianday2', '<>', 0); })->join('individuals', function (JoinClause $join): void { $join |
