diff --git a/ReportImp/DiakonieKKKleve/LeistungsnachweisSoziotherapie.cs b/ReportImp/DiakonieKKKleve/LeistungsnachweisSoziotherapie.cs index 66b8a0898..36b12a3be 100644 --- a/ReportImp/DiakonieKKKleve/LeistungsnachweisSoziotherapie.cs +++ b/ReportImp/DiakonieKKKleve/LeistungsnachweisSoziotherapie.cs @@ -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