This commit is contained in:
Kathy Ruffing 2012-06-08 13:09:23 +00:00
parent 2b56e285c2
commit 7211bebdbe

View File

@ -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();