From 7bd725584dca66e3ce9e61c8f1283e35527f93ca Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 9 Jul 2026 16:53:48 +0200 Subject: [PATCH] =?UTF-8?q?Bugfix=20f=C3=BCr=20die=20Berechnung=20von=20Te?= =?UTF-8?q?am=20extern=20SupportOID=3D167222?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PraxisPusteblume/Invoicing/IFSSammelInvoiceCreation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/PraxisPusteblume/Invoicing/IFSSammelInvoiceCreation.cs b/ReportImp/PraxisPusteblume/Invoicing/IFSSammelInvoiceCreation.cs index d93460763..1a030035c 100644 --- a/ReportImp/PraxisPusteblume/Invoicing/IFSSammelInvoiceCreation.cs +++ b/ReportImp/PraxisPusteblume/Invoicing/IFSSammelInvoiceCreation.cs @@ -145,7 +145,7 @@ namespace PraxisPusteblume.Invoicing while (anzahl <= 5) { - vernetzung.Add(monat); + vernetzung.Add(monat++); anzahl++; }