Skip to content

Commit

Permalink
Add (Instantaneous Quantity) to abstraction amounts per second
Browse files Browse the repository at this point in the history
  • Loading branch information
rvsiyad committed Oct 18, 2024
1 parent c9e7829 commit 51c7c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/licences/view-licence-purposes.presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function _formatAbstractionAmounts (licenceVersionPurpose) {
}

if (instantQuantity) {
details.push(`${parseFloat(instantQuantity).toFixed(2)} cubic metres per second`)
details.push(`${parseFloat(instantQuantity).toFixed(2)} cubic metres per second (Instantaneous Quantity)`)
}

return details
Expand Down

0 comments on commit 51c7c13

Please sign in to comment.