Relabeled a field in NCR model but forgot to check all references.

This commit is contained in:
Daniel Wathen
2023-01-24 16:16:58 -07:00
parent 476e72ced2
commit d82e19ad68
2 changed files with 2 additions and 2 deletions

View File

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