From 174a79caf5561a8f0404da16281045ce95447e5e Mon Sep 17 00:00:00 2001 From: Alexandra Date: Tue, 10 Feb 2026 17:03:28 +0100 Subject: [PATCH] BetreutesWohnenAmRheinReports/SettlementReport2 - Az durch GP ersetzt --- ReportImp/BetreutesWohnenAmRheinReports/SettlementReport2.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReportImp/BetreutesWohnenAmRheinReports/SettlementReport2.cs b/ReportImp/BetreutesWohnenAmRheinReports/SettlementReport2.cs index 9503d067c..378bfeb55 100644 --- a/ReportImp/BetreutesWohnenAmRheinReports/SettlementReport2.cs +++ b/ReportImp/BetreutesWohnenAmRheinReports/SettlementReport2.cs @@ -24,8 +24,8 @@ namespace BetreutesWohnenAmRheinReports lblNotice.Visible = false; } + pRO.CustomerReferenceNumberAndDate = pRO.CustomerReferenceNumberAndDate.Replace("Az.:", "GP:"); decimal rateFactor = 1; - foreach (var ii in pRO.InvoiceItems) { if (ii.RateFactor.HasValue) @@ -49,7 +49,6 @@ namespace BetreutesWohnenAmRheinReports } } pRO.RateFactor = (double)rateFactor; - if (pRO.Salutation1.IsNullOrEmpty() && pRO.Salutation2.IsNullOrEmpty()) { lblAnrede.Text = "Guten Tag,";