DiakonieKKKleve/LeistungsnachweisSoziotherapie Gruppenbuchung

This commit is contained in:
2023-06-23 14:23:54 +02:00
parent a0a4165fbd
commit c8e79a0f8c

View File

@@ -51,6 +51,11 @@ namespace BeWo.DiakonieKKKleve
}
}
}
if (s.ServiceDescription.Contains("Gruppe")) //die erstellen meist über Mehrfachbuchung
{
s.IsGroup = true;
}
if (s.IsGroup)
{
gesamtGruppe += s.Minutes;