From 62e397db103668257504d3326ebb2a2455283700 Mon Sep 17 00:00:00 2001 From: DanielHaefliger Date: Fri, 5 Dec 2025 14:26:48 +0100 Subject: [PATCH] no message --- Abrechnung/module.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Abrechnung/module.php b/Abrechnung/module.php index a8828a1..1e1e26c 100644 --- a/Abrechnung/module.php +++ b/Abrechnung/module.php @@ -209,7 +209,7 @@ class Abrechnung extends IPSModule } // ========================= Nebenkosten ========================= - $html .= "

Nebenkosten

"; + $html .= "

Nebenkosten

"; $additionalResult = $this->CalculateAdditionalCosts($water, $tariffs, $user['id'], $from, $to); $html .= $additionalResult['html']; @@ -218,7 +218,7 @@ class Abrechnung extends IPSModule // ========================= Gesamttotal ========================= $grandTotal = $totalPower + $totalAdditional; $html .= " -

+

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

"; @@ -403,11 +403,11 @@ class Abrechnung extends IPSModule " . number_format($a['cost_solar'], 2) . " " . number_format($a['cost_grid'], 2) . " " . number_format($a['rev_feedin'], 2) . " - " . number_format($subtotal, 2) . " CHF + " . number_format($subtotal, 2) . " CHF "; } $html .= " - Total Elektrizität + Total @@ -456,7 +456,7 @@ class Abrechnung extends IPSModule } $html .= " - Total Nebenkosten + Total