From 404e7cd314fb19bdd376eeda1da77a36378d93d7 Mon Sep 17 00:00:00 2001 From: DanielS Date: Mon, 7 Sep 2026 23:01:36 +0200 Subject: [PATCH] fix(wizard): make last license date optional in step 2 --- shop/components/wizard/step-billing.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/shop/components/wizard/step-billing.tsx b/shop/components/wizard/step-billing.tsx index 50b40ec..069e98a 100644 --- a/shop/components/wizard/step-billing.tsx +++ b/shop/components/wizard/step-billing.tsx @@ -40,9 +40,6 @@ export function StepBilling({ const isOneTime = selectedBillingInterval === 'one_time' const isMonthly = selectedBillingInterval === 'monthly' - // Wenn Kauf gewählt ist, muss ein gültiges Datum vorliegen - const isNextDisabled = isOneTime && !lastLicenseDate - return ( {/* ─── 1. FIXED HEADER (shrink-0) ─── */} @@ -163,7 +160,7 @@ export function StepBilling({

Zur automatischen Berechnung der Update-Staffel (15% / 30% / 50%). @@ -229,8 +226,7 @@ export function StepBilling({ {/* Next Button */}