Skip to content

Commit

Permalink
Implement the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Dec 23, 2024
1 parent 9c61f0c commit 3d194e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/bill-runs/review/preview.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function _transaction(reviewChargeReference) {
supportedSourceName: chargeReference.supportedSourceName,
// If `twoPartTariff` is `true` then `section127Agreement` must also be `true`
twoPartTariff: section127Agreement,
waterCompanyCharge: chargeReference.waterCompanyCharge !== null,
waterCompanyCharge: !!chargeReference.waterCompanyCharge,
waterUndertaker: reviewChargeVersion.reviewLicence.licence.waterUndertaker,
winterOnly
}
Expand Down

0 comments on commit 3d194e7

Please sign in to comment.