DiakonieKKK: Im Sozio-LN in der Schlüssel-Spalte bei Maßnahmen ohne Abkürzung die Abkürzung des Parent-Ziels verwenden

SupportOID=164119
This commit is contained in:
2026-06-01 16:16:20 +02:00
parent 5bc92e748c
commit 5cb9abcea3

View File

@@ -50,6 +50,12 @@ namespace BeWo.DiakonieKKKleve
s.GoalList += ", ";
s.GoalList += goal.Abbreviation;
}
else if (goal.Parent != null && !String.IsNullOrEmpty(goal.Parent.Abbreviation))
{
if (s.GoalList.Length > 0)
s.GoalList += ", ";
s.GoalList += goal.Parent.Abbreviation;
}
}
}
if (s.ServiceDescription.Contains("Gruppe")) //die erstellen meist über Mehrfachbuchung