From 7211bebdbef5248072861ceef2c92e0a1968102a Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 8 Jun 2012 13:09:23 +0000 Subject: [PATCH] --- PROMS/DataLoader/Steps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/DataLoader/Steps.cs b/PROMS/DataLoader/Steps.cs index 3c4b90bd..6f5df941 100644 --- a/PROMS/DataLoader/Steps.cs +++ b/PROMS/DataLoader/Steps.cs @@ -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();