From 9f9207f17f77443136aae95aea73674386b41e57 Mon Sep 17 00:00:00 2001 From: DanielHaefliger Date: Fri, 12 Dec 2025 11:17:51 +0100 Subject: [PATCH] no message --- Abrechnung/module.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Abrechnung/module.php b/Abrechnung/module.php index 18117f7..d61faf1 100644 --- a/Abrechnung/module.php +++ b/Abrechnung/module.php @@ -218,11 +218,10 @@ class Abrechnung extends IPSModule // ========================= Gesamttotal ========================= $grandTotal = $totalPower + $totalAdditional; $html .= " -

+

Gesamttotal: CHF " . number_format($grandTotal, 2) . ".-

"; - $pdf->writeHTML($html, true, false, true, false, ''); }