From 5cb9abcea336bac02ec6c558d9c7afff6b988e08 Mon Sep 17 00:00:00 2001 From: Kojo Date: Mon, 1 Jun 2026 16:16:20 +0200 Subject: [PATCH] =?UTF-8?q?DiakonieKKK:=20Im=20Sozio-LN=20in=20der=20Schl?= =?UTF-8?q?=C3=BCssel-Spalte=20bei=20Ma=C3=9Fnahmen=20ohne=20Abk=C3=BCrzun?= =?UTF-8?q?g=20die=20Abk=C3=BCrzung=20des=20Parent-Ziels=20verwenden=20Sup?= =?UTF-8?q?portOID=3D164119?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/DiakonieKKKleve/LeistungsnachweisSoziotherapie.cs | 6 ++++++ 1 file changed, 6 insertions(+) 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