From 1d4914dbf1e376435a3c2ca955a9e8a6ffe7058c Mon Sep 17 00:00:00 2001 From: DanielHaefliger Date: Fri, 5 Dec 2025 11:44:30 +0100 Subject: [PATCH] no message --- Abrechnung/module.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Abrechnung/module.php b/Abrechnung/module.php index 8d12f70..7826d2c 100644 --- a/Abrechnung/module.php +++ b/Abrechnung/module.php @@ -143,7 +143,7 @@ private function BuildUserInvoice($pdf, $user, $power, $water, $tariffs, $from,

Abrechnungszeitraum: " . date('d.m.Y', $from) . " – " . date('d.m.Y', $to) . "

-
+

"; // ========================= Elektrizität ========================= @@ -163,7 +163,7 @@ private function BuildUserInvoice($pdf, $user, $power, $water, $tariffs, $from, . " — " . number_format($t['price'], 2) . " Rp/kWh" . ""; } - $html .= "
"; + $html .= "

"; } // ========================= Nebenkosten ========================= @@ -419,7 +419,7 @@ $html = " $html .= "
  • " . date('d.m.Y', $t['start']) . " – " . date('d.m.Y', $t['end']) . ": " . number_format($t['price'], 2) . " Rp
  • "; } - $html .= "
    "; + $html .= "

    "; } return ['html' => $html, 'sum' => $total];