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);