Skip to content

Commit

Permalink
Fix download link in view bill run page (#642)
Browse files Browse the repository at this point in the history
https://eaflood.atlassian.net/browse/WATER-4223

Somehow we've mucked up the download a bill run link in the view bill run page. We've clearly copied & pasted a link we generated for the cancel button and used it for the download bill run button.

This change fixes the issue.
  • Loading branch information
Cruikshanks authored Jan 8, 2024
1 parent d4cbd65 commit 201558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bill-runs/view.njk
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
govukButton({
classes: "govuk-button--secondary",
text: "Download this bill run",
href: cancelBillRunLink
href: downloadBillRunLink
})
}}

Expand Down

0 comments on commit 201558b

Please sign in to comment.