Relabeled a field in NCR model but forgot to check all references.
This commit is contained in:
@ -800,7 +800,7 @@ public class ScrapeDatabaseRepository : IScrapeDatabaseRepository
|
||||
REACTOR = reader[2].ToString(),
|
||||
RDS_NO = reader[3].ToString(),
|
||||
TOT_REJ = string.IsNullOrEmpty(reader[4].ToString()) ? 0 : int.Parse(reader[4].ToString()),
|
||||
AC_DESC = reader[5].ToString()
|
||||
LOSS_COMMENTS = reader[5].ToString()
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user