BetreutesWohnenAmRheinReports/SettlementReport2 - Az durch GP ersetzt
This commit is contained in:
@@ -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,";
|
||||
|
||||
Reference in New Issue
Block a user