Sicherheit die man wahrscheinlich nicht braucht

This commit is contained in:
Daniel Schick 2022-09-30 08:15:29 +02:00
parent f21341ad28
commit 940062b7d8

View File

@ -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
}
}
}