mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#3963 Fix Falsche Verfügbarkeiten
This commit is contained in:
@@ -714,7 +714,7 @@ export class PurchaseOptionsStore extends ComponentStore<PurchaseOptionsState> {
|
||||
availability: { ...availability.data, price },
|
||||
destination,
|
||||
itemType: item.type,
|
||||
product: item.product,
|
||||
product: { ...item.product, catalogProductNumber: item?.product?.catalogProductNumber ?? String(item.id) },
|
||||
promotion: { points: item.promoPoints },
|
||||
// retailPrice: {
|
||||
// value: price.value.value,
|
||||
|
||||
Reference in New Issue
Block a user