MH: Spektrum GP Nummer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user