File tree Expand file tree Collapse file tree
app/Reports/Queries/Activity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public static function dateColumn(string $type): string
3232
3333 public static function aggregateByColumn (): string
3434 {
35- return 'beneficiaries.id ' ;
35+ return 'beneficiary_id ' ;
3636 }
3737
3838 public static function includeLatestBeforeRange (): bool
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public static function dateColumn(string $type): string
3232
3333 public static function aggregateByColumn (): string
3434 {
35- return 'beneficiaries.id ' ;
35+ return 'beneficiary_id ' ;
3636 }
3737
3838 public static function includeLatestBeforeRange (): bool
Original file line number Diff line number Diff line change @@ -29,4 +29,9 @@ public static function dateColumn(string $type): string
2929 {
3030 return 'beneficiaries.created_at ' ;
3131 }
32+
33+ public static function aggregateByColumn (): string
34+ {
35+ return 'beneficiary_id ' ;
36+ }
3237}
Original file line number Diff line number Diff line change @@ -29,4 +29,9 @@ public static function dateColumn(string $type): string
2929 {
3030 return 'beneficiaries.created_at ' ;
3131 }
32+
33+ public static function aggregateByColumn (): string
34+ {
35+ return 'beneficiary_id ' ;
36+ }
3237}
Original file line number Diff line number Diff line change @@ -29,4 +29,9 @@ public static function dateColumn(string $type): string
2929 {
3030 return 'beneficiaries.created_at ' ;
3131 }
32+
33+ public static function aggregateByColumn (): string
34+ {
35+ return 'beneficiary_id ' ;
36+ }
3237}
You can’t perform that action at this time.
0 commit comments