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 */}