BetreutesWohnenAmRheinReports/SettlementReport2 - Az durch GP ersetzt

This commit is contained in:
2026-02-10 17:03:28 +01:00
parent e5292e7cb6
commit 174a79caf5

View File

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