Skip to content

Commit

Permalink
fix(admin-ui): Refund order dialog is showing the wrong field for pro…
Browse files Browse the repository at this point in the history
…rated unit price (#3151)
  • Loading branch information
taxilian authored Oct 21, 2024
1 parent 34e9031 commit 3777555
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 3777555

Please sign in to comment.