Skip to content

Commit

Permalink
fix: Refund order dialog is showing the wrong field for prorated unit…
Browse files Browse the repository at this point in the history
… price
  • Loading branch information
taxilian committed Oct 19, 2024
1 parent dcf7b0a commit a98c025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</vdr-dt2-column>
<vdr-dt2-column id="prorated-unit-price" [heading]="'order.prorated-unit-price' | translate">
<ng-template let-line="item">
{{ line.unitPriceWithTax | localeCurrency : order.currencyCode }}
{{ line.proratedUnitPriceWithTax | localeCurrency : order.currencyCode }}
<ng-container *ngIf="line.discounts as discounts">
<vdr-dropdown *ngIf="discounts.length">
<div class="promotions-label" vdrDropdownTrigger>
Expand Down

0 comments on commit a98c025

Please sign in to comment.