-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant fetch for region code in service (#866)
https://eaflood.atlassian.net/browse/WATER-4375 Spotted whilst working on [Exclude ended charge versions from 2PT billing](#865) that we pass in the region ID to `FetchChargeVersionsService` but then do an additional query to identify the NALD region code for that region. We then use the NALD region code to filter the charge versions when we could use the region ID directly. This change removes the redundant fetch.
- Loading branch information
1 parent
af943d3
commit ec70854
Showing
2 changed files
with
19 additions
and
27 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