no message
This commit is contained in:
@@ -209,7 +209,7 @@ class Abrechnung extends IPSModule
|
||||
}
|
||||
|
||||
// ========================= Nebenkosten =========================
|
||||
$html .= "<br><h2 style='margin-bottom:3px; style='margin-bottom:20px; font-size:10px;'>Nebenkosten</h2>";
|
||||
$html .= "<br><h2 style='margin-bottom:3px; font-size:10px;'>Nebenkosten</h2>";
|
||||
|
||||
$additionalResult = $this->CalculateAdditionalCosts($water, $tariffs, $user['id'], $from, $to);
|
||||
$html .= $additionalResult['html'];
|
||||
@@ -218,7 +218,7 @@ class Abrechnung extends IPSModule
|
||||
// ========================= Gesamttotal =========================
|
||||
$grandTotal = $totalPower + $totalAdditional;
|
||||
$html .= "
|
||||
<h2 style='text-align:left; margin-top:10px; font-size:11px;'>
|
||||
<h2 style='text-align:right; margin-top:10px; font-size:11px;'>
|
||||
Gesamttotal: <strong>" . number_format($grandTotal, 2) . " CHF</strong>
|
||||
</h2>
|
||||
";
|
||||
@@ -456,7 +456,7 @@ class Abrechnung extends IPSModule
|
||||
}
|
||||
|
||||
$html .= "<tr style='background-color:#f9f9f9; font-weight:bold;'>
|
||||
<td colspan='25' align='right'><b>Total</b></td>
|
||||
<td colspan='25' align='right'>Total</b></td>
|
||||
<td align='right'></td>
|
||||
<td align='right'></td>
|
||||
<td align='right'></td>
|
||||
|
||||
Reference in New Issue
Block a user