diff --git a/Abrechnung/module.php b/Abrechnung/module.php index 13cd516..ef906e1 100644 --- a/Abrechnung/module.php +++ b/Abrechnung/module.php @@ -106,6 +106,7 @@ public function GenerateInvoices() { $from = GetValue($this->GetIDForIdent('FromDate')); $to = GetValue($this->GetIDForIdent('ToDate')); + IPS_LogMessage('Abrechnung', 'Users Raw: ' . $this->ReadPropertyString('Users')); IPS_LogMessage('Abrechnung', '🕒 Starte GenerateInvoices()'); IPS_LogMessage('Abrechnung', 'Zeitraum von ' . date('d.m.Y H:i', $from) . ' bis ' . date('d.m.Y H:i', $to));