Sicherheit die man wahrscheinlich nicht braucht
This commit is contained in:
parent
f21341ad28
commit
940062b7d8
@ -2506,7 +2506,7 @@ namespace ENI2.Excel
|
||||
if(!fid.SelectedValue.IsNullOrEmpty())
|
||||
{
|
||||
_countryImportDict[nationality] = fid.SelectedValue;
|
||||
result = fid.SelectedValue;
|
||||
result = fid.SelectedValue.Substring(0,2); // attention manual entry
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user