This commit is contained in:
parent
2b56e285c2
commit
7211bebdbe
@ -298,7 +298,7 @@ namespace DataLoader
|
||||
}
|
||||
|
||||
// also see if a check-off needs added.
|
||||
if (Recid[0] != '0')
|
||||
if (Recid[0] != '0' && Recid[0] != '@') // the @ was in some of wolf creek data - we think it's just bad data.
|
||||
{
|
||||
recdirty = true;
|
||||
string chkindx = Recid[0].ToString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user