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,";