Skip to content

Commit d3bd73a

Browse files
[PIL-2797] - add new abbreviation (#646)
1 parent 9e5dbc9 commit d3bd73a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

app/views/outstandingpayments/OutstandingPaymentsView.scala.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
| <li>${messages("payments.outstanding.abbreviation.iir")}</li>
118118
| <li>${messages("payments.outstanding.abbreviation.utpr")}</li>
119119
| <li>${messages("payments.outstanding.abbreviation.orngir")}</li>
120+
| <li>${messages("payments.outstanding.abbreviation.gaar")}</li>
120121
|</ul>
121122
""".stripMargin
122123
))

conf/messages.en

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,6 +1768,7 @@ payments.outstanding.abbreviation.mtt = MTT - Multinational Top-up Tax
17681768
payments.outstanding.abbreviation.iir = IIR - Income Inclusion Rule
17691769
payments.outstanding.abbreviation.utpr = UTPR - Undertaxed Profit Rule
17701770
payments.outstanding.abbreviation.orngir = ORN/GIR - Overseas Return Notification or GloBE Information Return
1771+
payments.outstanding.abbreviation.gaar = GAAR - General Anti Abuse Rule penalty
17711772

17721773
payments.outstanding.transactionHistory.p1 = Find details on payments and repayments.
17731774
payments.outstanding.transactionHistory.p2 = Payments will appear in the transaction history page within 3-5 working days.

test/views/outstandingpayments/OutstandingPaymentsViewSpec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ class OutstandingPaymentsViewSpec extends ViewSpecBase {
233233
"MTT - Multinational Top-up Tax",
234234
"IIR - Income Inclusion Rule",
235235
"UTPR - Undertaxed Profit Rule",
236-
"ORN/GIR - Overseas Return Notification or GloBE Information Return"
236+
"ORN/GIR - Overseas Return Notification or GloBE Information Return",
237+
"GAAR - General Anti Abuse Rule penalty"
237238
)
238239
}
239240

0 commit comments

Comments
 (0)