Skip to content

Commit

Permalink
Fix send bill run unflagging licences
Browse files Browse the repository at this point in the history
https://eaflood.atlassian.net/browse/WATER-4390

In a recent change we [Migrated legacy send bill run functionality](#771) to our service.

We though all was well but then recently spotted an issue. When we are 'sending' a bill run (telling the CHA to generate the transaction file for SOP that results in the bills being sent to customers) we are calling our `SubmitSendBillRunService` which in turn is calling `UnflagBilledLicencesService`.

Only it shouldn't be doing this _all_ the time. It should only be calling that service if the bill run is supplementary.

This change fixes the issue.
  • Loading branch information
Cruikshanks committed Apr 3, 2024
1 parent 2f6140b commit c2f296a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c2f296a

Please sign in to comment.