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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user