Skip to content

Commit

Permalink
Another tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Beckyrose200 committed Jun 20, 2024
1 parent f960699 commit 1d1076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bill-runs/review-licence.njk
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
{% set chargeReferenceText = "charge references " if chargeVersion.chargeReferences.length > 1 else "charge reference " %}
{% set chargeElementText = "charge elements " if chargeVersion.chargeElementCount > 1 else "charge element " %}

<div class="govuk-heading-m govuk-!-margin-bottom-1">{{chargeVersion.chargeReferences.length}} {{chargeReferenceText}} with {{chargeVersion.chargeElementCount}} two-part tariff {{chargeElementText}}</div>
<div class="govuk-heading-m govuk-!-margin-bottom-1" data-test="charge-version-{{ chargeVersionIndex }}-details">{{chargeVersion.chargeReferences.length}} {{chargeReferenceText}} with {{chargeVersion.chargeElementCount}} two-part tariff {{chargeElementText}}</div>

{# Billing account details #}
{% set billingAccountLink = '/billing-accounts/' + chargeVersion.billingAccountDetails.billingAccountId %}
Expand Down

0 comments on commit 1d1076c

Please sign in to comment.