From 3129f02f1dc36d6d5db267d3797ea33ca95f7726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 17 Jun 2026 14:18:35 +0200 Subject: [PATCH] Trim mobile bestellungen detail --- modules/shared/auth/ui/home.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/shared/auth/ui/home.php b/modules/shared/auth/ui/home.php index f8684ba..5462c32 100644 --- a/modules/shared/auth/ui/home.php +++ b/modules/shared/auth/ui/home.php @@ -588,9 +588,6 @@ function render_auth_home_page(array $user, array $otcProducts = [], array $best echo " '',"; echo " '',"; echo " '
',"; - echo " '
',"; - echo " '
Bestell-Details
',"; - echo " '
',"; echo " '
',"; echo " '

Bestellnummer: ' + escapeHtml(orderNumber) + '

',"; echo " '

Bestelldatum: ' + escapeHtml(orderDate) + '

',";