From 26a4ad4bec629ee3253768b0993aaa08b3eefb4a Mon Sep 17 00:00:00 2001 From: Alexandra Date: Thu, 9 Oct 2025 14:23:08 +0200 Subject: [PATCH] PerspektivenEV/Invoicing/CollectiveInvoiceCreationBthg - KA schon ab 15 Min berechnen --- .../PerspektivenEV/Invoicing/CollectiveInvoiceCreationBthg.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/PerspektivenEV/Invoicing/CollectiveInvoiceCreationBthg.cs b/ReportImp/PerspektivenEV/Invoicing/CollectiveInvoiceCreationBthg.cs index 6895d3868..176b1c79e 100644 --- a/ReportImp/PerspektivenEV/Invoicing/CollectiveInvoiceCreationBthg.cs +++ b/ReportImp/PerspektivenEV/Invoicing/CollectiveInvoiceCreationBthg.cs @@ -464,7 +464,7 @@ namespace PerspektivenEV.Invoicing } else if (cat.Abbreviation.Length > 1 && cat.Abbreviation.ToLower().Substring(cat.Abbreviation.Length - 2) == "ka") { - if (approvedBEPerInterval == null || approvedBEPerInterval.Value < 16) + if (approvedBEPerInterval == null || approvedBEPerInterval.Value < 15) { lg = 0; }