From 8a9cd2567485897c8d3d3f68eec3ed465fb288c8 Mon Sep 17 00:00:00 2001 From: HirschleM Date: Mon, 8 Jun 2026 12:31:04 +0200 Subject: [PATCH] MH: SamanthaRiegerIntegrationspraxis --- .../Reporting/SettlementReport.cs | 4 ++-- .../Reporting/SettlementReport2.cs | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ReportImp/SamanthaRiegerIntegrationspraxis/Reporting/SettlementReport.cs b/ReportImp/SamanthaRiegerIntegrationspraxis/Reporting/SettlementReport.cs index b8a8db27f..9d05a82b8 100644 --- a/ReportImp/SamanthaRiegerIntegrationspraxis/Reporting/SettlementReport.cs +++ b/ReportImp/SamanthaRiegerIntegrationspraxis/Reporting/SettlementReport.cs @@ -25,8 +25,8 @@ namespace HalteStelle.Alt if (pRO.RecipientOrganisation.IsNotNullOrEmpty()) adresse.AppendLine(pRO.RecipientOrganisation); - if (pRO.RecipientContactPerson.IsNotNullOrEmpty()) - adresse.AppendLine(pRO.RecipientContactPerson); + //if (pRO.RecipientContactPerson.IsNotNullOrEmpty()) + adresse.AppendLine("Frau Kiefer"); if (pRO.RecipientStreet.IsNotNullOrEmpty()) adresse.AppendLine(pRO.RecipientStreet); if (pRO.RecipientPostCodeAndTown.IsNotNullOrEmpty()) diff --git a/ReportImp/SamanthaRiegerIntegrationspraxis/Reporting/SettlementReport2.cs b/ReportImp/SamanthaRiegerIntegrationspraxis/Reporting/SettlementReport2.cs index c16c64d33..559c4f471 100644 --- a/ReportImp/SamanthaRiegerIntegrationspraxis/Reporting/SettlementReport2.cs +++ b/ReportImp/SamanthaRiegerIntegrationspraxis/Reporting/SettlementReport2.cs @@ -25,13 +25,15 @@ namespace HalteStelle if (pRO.RecipientOrganisation.IsNotNullOrEmpty()) adresse.AppendLine(pRO.RecipientOrganisation); - if (pRO.RecipientContactPerson.IsNotNullOrEmpty()) - adresse.AppendLine(pRO.RecipientContactPerson); + //if (pRO.RecipientContactPerson.IsNotNullOrEmpty()) + adresse.AppendLine("Frau Kiefer"); if (pRO.RecipientStreet.IsNotNullOrEmpty()) adresse.AppendLine(pRO.RecipientStreet); if (pRO.RecipientPostCodeAndTown.IsNotNullOrEmpty()) adresse.AppendLine(pRO.RecipientPostCodeAndTown); + lblAdresse.Text = adresse.ToString(); + if (!String.IsNullOrEmpty(pRO.SenderContactPersonPhone)) { pRO.SenderContactPersonPhone = pRO.SenderContactPersonPhone.Replace("Tel.:", "").Trim();