style(wizard): rename CAS references to CASPOS
All checks were successful
Staging Build / build (push) Successful in 2m49s
All checks were successful
Staging Build / build (push) Successful in 2m49s
Replace all occurrences of 'CAS-Lizenz' and related strings with 'CASPOS' across license-lookup-panel, step-billing, and order-wizard. Update mock key to 995502-00 (GASTRO edition).
This commit is contained in:
@@ -179,7 +179,7 @@ export function OrderWizard({
|
||||
return 'one_time'
|
||||
})
|
||||
|
||||
// Falls "one_time" (Kauf) gewählt: optionales Datum der letzten CAS-Lizenzierung
|
||||
// Falls "one_time" (Kauf) gewählt: optionales Datum der letzten CASPOS-Lizenzierung
|
||||
const [lastLicenseDate, setLastLicenseDate] = useState<string>(
|
||||
initialOrder?.order_data?.last_license_date || ''
|
||||
)
|
||||
@@ -516,7 +516,7 @@ export function OrderWizard({
|
||||
setEditingIdx(null)
|
||||
setModuleQuantities({})
|
||||
setDeviceName('')
|
||||
|
||||
|
||||
const resetSels: Record<string, CategorySelection> = {}
|
||||
categories.forEach(cat => {
|
||||
const isVisible = selectedBillingInterval === 'one_time' ? cat.show_in_kauf !== false : cat.show_in_abo !== false
|
||||
|
||||
Reference in New Issue
Block a user