no message

This commit is contained in:
2025-12-05 10:10:33 +01:00
parent 6e3db1ee12
commit 17aed355b3

View File

@@ -246,7 +246,7 @@ class Abrechnung extends IPSModule
private function GetCalculatedPowerCosts($userId)
{
$html = "<table border='1' cellspacing='0' cellpadding='3' width='100%' style='font-size:8px;'>
$html = "<table border='1' cellspacing='0' cellpadding='3' width='100%' style='font-size:6px;'>
<tr style='background-color:#f0f0f0;'>
<th>Zähler</th>
<th>Import (kWh)</th>
@@ -297,7 +297,7 @@ class Abrechnung extends IPSModule
private function CalculateAdditionalCosts($waterMeters, $tariffs, $userId, $from, $to)
{
$html = "<table border='1' cellspacing='0' cellpadding='3' width='100%' style='font-size:8px;'>
$html = "<table border='1' cellspacing='0' cellpadding='3' width='100%' style='font-size:6px;'>
<tr style='background-color:#f0f0f0;'>
<th>Zähler</th><th>Typ</th><th>Start</th><th>Ende</th>
<th>Zähler Start</th><th>Zähler Ende</th><th>Verbrauch</th><th>Tarif (Rp)</th><th>Kosten (CHF)</th>