MH: Aut K B Rechung

This commit is contained in:
2023-04-24 14:06:45 +02:00
parent d4db32c883
commit f51dfcfdf5
2 changed files with 3 additions and 12 deletions

View File

@@ -149,7 +149,7 @@ namespace AutismusKoelnBonn.Alt
if (c.Team2CustomerList.Count > 0)
team = c.Team2CustomerList[0].Team.Name;
if (team.Contains("Team Bonn"))
if (team.Contains("BeWo Bonn"))
{
lblAbsenderBonn.Visible = true;
lblTeamBonn.Visible = true;
@@ -157,11 +157,6 @@ namespace AutismusKoelnBonn.Alt
lblHeaderKoeln.Visible = false;
lblTeamKoeln.Visible = false;
}
else if (team.Contains("Merkenich"))
{
lblTeamMerkenich.Visible = true;
lblTeamKoeln.Visible = false;
}
//else if (team.Contains("HZE Bonn"))
//{
// lblAbsenderBonn.Visible = true;

View File

@@ -75,7 +75,7 @@ namespace AutismusKoelnBonn
if (c.Team2CustomerList.Count > 0)
team = c.Team2CustomerList[0].Team.Name;
if (team.Contains("Team Bonn"))
if (team.Contains("BeWo Bonn"))
{
lblAbsenderBonn.Visible = true;
lblTeamBonn.Visible = true;
@@ -83,11 +83,7 @@ namespace AutismusKoelnBonn
lblHeaderKoeln.Visible = false;
lblTeamKoeln.Visible = false;
}
else if (team.Contains("Merkenich"))
{
lblTeamMerkenich.Visible = true;
lblTeamKoeln.Visible = false;
}
//else if (team.Contains("HZE Bonn"))
//{
// lblAbsenderBonn.Visible = true;