MH: Aut K B Rechung
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user