File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
app/views/outstandingpayments
test/views/outstandingpayments Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 ))
Original file line number Diff line number Diff line change @@ -1768,6 +1768,7 @@ payments.outstanding.abbreviation.mtt = MTT - Multinational Top-up Tax
17681768payments.outstanding.abbreviation.iir = IIR - Income Inclusion Rule
17691769payments.outstanding.abbreviation.utpr = UTPR - Undertaxed Profit Rule
17701770payments.outstanding.abbreviation.orngir = ORN/GIR - Overseas Return Notification or GloBE Information Return
1771+ payments.outstanding.abbreviation.gaar = GAAR - General Anti Abuse Rule penalty
17711772
17721773payments.outstanding.transactionHistory.p1 = Find details on payments and repayments.
17731774payments.outstanding.transactionHistory.p2 = Payments will appear in the transaction history page within 3-5 working days.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments