fixed wrong existance check for new serv entries
This commit is contained in:
parent
ee6658bafd
commit
f6d74e87db
@ -480,7 +480,7 @@ namespace ENI2.DetailViewControls
|
|||||||
bool found = false;
|
bool found = false;
|
||||||
foreach (SERV serv in this._servMessage.Elements)
|
foreach (SERV serv in this._servMessage.Elements)
|
||||||
{
|
{
|
||||||
if (serv.ServiceName.Equals("FCT JUNGE"))
|
if (serv.ServiceName.Equals("Fct Junge - Hamburg"))
|
||||||
found = true;
|
found = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -503,7 +503,7 @@ namespace ENI2.DetailViewControls
|
|||||||
bool found = false;
|
bool found = false;
|
||||||
foreach (SERV serv in this._servMessage.Elements)
|
foreach (SERV serv in this._servMessage.Elements)
|
||||||
{
|
{
|
||||||
if (serv.ServiceName.Equals("ELBE BULK"))
|
if (serv.ServiceName.Equals("Elbe Bulk Schiffe - Hamburg"))
|
||||||
found = true;
|
found = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user