PerspektivenEV/Invoicing/CollectiveInvoiceCreationBthg - KA schon ab 15 Min berechnen

This commit is contained in:
2025-10-09 14:23:08 +02:00
parent cb8ce79311
commit 26a4ad4bec

View File

@@ -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;
}