MH: Spektrum GP Nummer

This commit is contained in:
2025-01-07 13:33:05 +01:00
parent eae8c7b408
commit d0e79cbc36
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ namespace BeWo.SpektrumReports.Alt
public void SetReportDataSource(SettlementRO pRO)
{
if (pRO.CostCenter != "LVR")
if (!pRO.RecipientOrganisation.ToLower().Contains("lvr"))
{
lblKonto.Visible = false;
}

View File

@@ -31,8 +31,8 @@ namespace BeWo.SpektrumReports
}
pRO.RateFactor = (double)rateFactor;
if (pRO.RecipientOrganisation != "LVR")
{
if (!pRO.RecipientOrganisation.ToLower().Contains("lvr"))
{
lblKonto.Visible = false;
}
if (pRO.Claim < 0)