no message
This commit is contained in:
@@ -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, '');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user