From b40f8018f7d5dee6016bf52d7488a2a4b45e985c Mon Sep 17 00:00:00 2001 From: DanielS Date: Thu, 6 Aug 2026 17:42:01 +0200 Subject: [PATCH] refactor(wizard): hide legacy license date input --- shop/components/wizard/step-billing.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shop/components/wizard/step-billing.tsx b/shop/components/wizard/step-billing.tsx index 42ef238..83a65ff 100644 --- a/shop/components/wizard/step-billing.tsx +++ b/shop/components/wizard/step-billing.tsx @@ -93,7 +93,8 @@ export function StepBilling({ )} - {selectedBillingInterval === 'one_time' && customerMode === 'select' && selectedEndCustomerId && ( + {/* Alte Lizenznummereingabe / Datum vorerst ausgeblendet */} + {/* {selectedBillingInterval === 'one_time' && customerMode === 'select' && selectedEndCustomerId && (
- )} + )} */}