Merge branch 'staging' of https://gitea.hephex.de/admin/webshop into staging

# Conflicts:
#	shop/lib/actions/email-templates.ts
This commit is contained in:
DanielS
2026-08-27 00:34:39 +02:00
11 changed files with 435 additions and 152 deletions

View File

@@ -1097,6 +1097,7 @@ export function OrderWizard({
billingBadgeClass={billingBadgeClass}
existingModuleIds={existingModuleIds}
activeCategoryId={activeCategoryId}
editingDeviceName={editingIdx !== null ? (basketItems[editingIdx]?.deviceName || `Kasse ${editingIdx + 1}`) : null}
/>
</div>
</div>