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, ''); }