no message
This commit is contained in:
@@ -218,11 +218,10 @@ class Abrechnung extends IPSModule
|
||||
// ========================= Gesamttotal =========================
|
||||
$grandTotal = $totalPower + $totalAdditional;
|
||||
$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>
|
||||
</h2>
|
||||
";
|
||||
|
||||
$pdf->writeHTML($html, true, false, true, false, '');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user