Skip to content

Commit

Permalink
ADR-1413 removed unused keys from messages file and one unused file (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sini-george authored Nov 13, 2024
1 parent e304839 commit ba5e666
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 484 deletions.
59 changes: 0 additions & 59 deletions app/viewmodels/TaxTypePageViewModel.scala

This file was deleted.

5 changes: 2 additions & 3 deletions app/views/adjustment/AdjustmentDutyDueView.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*@

@import components.{SectionHeading, PageHeading, Paragraph, BulletList, SubHeading}
@import components.{SectionHeading, PageHeading, Paragraph, BulletList}
@import models.adjustment.AdjustmentType
@import models.adjustment.AdjustmentType.RepackagedDraughtProducts
@import viewmodels.Money
Expand All @@ -25,8 +25,7 @@
sectionHeading: SectionHeading,
pageHeading: PageHeading,
paragraph: Paragraph,
bulletList: BulletList,
subHeading: SubHeading
bulletList: BulletList
)

@(adjustmentType: AdjustmentType, volume:BigDecimal, duty:BigDecimal, pureAlcoholVolume:BigDecimal, taxCode:String, rate:BigDecimal, repackagedRate:BigDecimal, repackagedDuty:BigDecimal, newDuty:BigDecimal)(implicit request: Request[_], messages: Messages)
Expand Down
Loading

0 comments on commit ba5e666

Please sign in to comment.