diff --git a/libs/oms/feature/return-details/src/lib/return-details-order-group-item/return-details-order-group-item.component.html b/libs/oms/feature/return-details/src/lib/return-details-order-group-item/return-details-order-group-item.component.html
index 85f01a2ab..0541d5c40 100644
--- a/libs/oms/feature/return-details/src/lib/return-details-order-group-item/return-details-order-group-item.component.html
+++ b/libs/oms/feature/return-details/src/lib/return-details-order-group-item/return-details-order-group-item.component.html
@@ -17,6 +17,9 @@
/>
+ @if (rewardPoints() !== undefined) {
+
Prämie
+ }
{{ i.product.contributors }}
- @if (i.price?.value; as value) {
+ @if (rewardPoints() !== undefined) {
- {{ value.value | currency: value.currency }}
-
- }
- @if (i.price?.vat; as vat) {
-
- inkl. {{ vat.inPercent }}% MwSt
+ {{ rewardPoints() | number: '1.0-0' }} Lesepunkte
+ } @else {
+ @if (i.price?.value; as value) {
+
+ {{ value.value | currency: value.currency }}
+
+ }
+ @if (i.price?.vat; as vat) {
+
+ inkl. {{ vat.inPercent }}% MwSt
+
+ }
}
@@ -57,7 +70,7 @@
{{ i.product.manufacturer }} | {{ i.product.ean }}
- {{ i.product.publicationDate | date: "dd. MMM yyyy" }}
+ {{ i.product.publicationDate | date: 'dd. MMM yyyy' }}