Changed NCR query to pull loss comments instead of assign cause description
This commit is contained in:
@ -782,7 +782,7 @@ public class ScrapeDatabaseRepository : IScrapeDatabaseRepository
|
||||
" l.REACTOR, " +
|
||||
" r.RDS_ID AS RDS_NO, " +
|
||||
" l.TOT_REJ, " +
|
||||
" n.AC_DESC " +
|
||||
" n.LOSS_COMMENTS " +
|
||||
" FROM [NCR List] l, NCR n, NCR_RDS r " +
|
||||
" WHERE l.STATUS = 'Open' " +
|
||||
" AND n.SEQ = l.SEQ " +
|
||||
|
Reference in New Issue
Block a user