From 3fefbd5b8d9b356532ce8bc3b48c9c670efa8aa0 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 19 Jan 2026 15:40:22 +0100 Subject: [PATCH] AutismusKoelnBonn/BasisRechnung - Anpassung Adresse bei Selbstzahler --- ReportImp/AutismusKoelnBonn/BasisRechnung.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReportImp/AutismusKoelnBonn/BasisRechnung.cs b/ReportImp/AutismusKoelnBonn/BasisRechnung.cs index 346ef42f3..e509cb868 100644 --- a/ReportImp/AutismusKoelnBonn/BasisRechnung.cs +++ b/ReportImp/AutismusKoelnBonn/BasisRechnung.cs @@ -66,10 +66,10 @@ namespace AutismusKoelnBonn //{ // sb.AppendLine(pRO.RecipientPoBox); //} - //else if (!String.IsNullOrEmpty(pRO.RecipientStreet)) - //{ - // sb.AppendLine(pRO.RecipientStreet); - //} + if (pRO.RecipientOrganisation.ToLower() == "selbstzahler" && !String.IsNullOrEmpty(pRO.RecipientStreet)) + { + sb.AppendLine(pRO.RecipientStreet); + } if (!String.IsNullOrEmpty(pRO.RecipientPostCodeAndTown)) { sb.AppendLine(pRO.RecipientPostCodeAndTown);