-
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bexley] Always use $service->{last} for recent collection checks
There were a couple of places that were trying to get a recent_collection date using a round_schedule directly, but this doesn't work because some properties have multiple comma-separated schedules in the RoundSchedule field. The fix is to always use $service->{last}, which is calculated based on all of the rounds mentioned in the RoundSchedule field.
- Loading branch information
1 parent
fb17323
commit 05f371a
Showing
2 changed files
with
53 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters