no message

This commit is contained in:
2025-12-12 11:17:51 +01:00
parent 40b995d5e3
commit 9f9207f17f

View File

@@ -218,11 +218,10 @@ class Abrechnung extends IPSModule
// ========================= Gesamttotal ========================= // ========================= Gesamttotal =========================
$grandTotal = $totalPower + $totalAdditional; $grandTotal = $totalPower + $totalAdditional;
$html .= " $html .= "
<h2 style='margin:5px 0 0 0; font-size:11px;'> <h2 style='margin:0 0 0 0; font-size:11px;'>
Gesamttotal: <strong>CHF " . number_format($grandTotal, 2) . ".-</strong> Gesamttotal: <strong>CHF " . number_format($grandTotal, 2) . ".-</strong>
</h2> </h2>
"; ";
$pdf->writeHTML($html, true, false, true, false, ''); $pdf->writeHTML($html, true, false, true, false, '');
} }