Commit c33f401
committed
Remove unnecessary includes in
The `patient_locations` association on `Patient::ProgrammeStatus`
already defines the includes that are needed to successfully generate a
status, therefore we don't need to define these again in the
`PatientStatusUpdater`.
This follows the same pattern we use for the other associations (for
example `consents`).PatientStatusUpdater
1 parent 0d81782 commit c33f401
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 55 | + | |
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
| |||
0 commit comments