Remove duplicate calc column read
This commit is contained in:
committed by
Tucker Chase (CSC FI SPS MESLEO)
parent
7b7f501145
commit
da208b2908
@ -1876,7 +1876,6 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL)
|
||||
|
||||
RDSRec = Database_Services('ReadDataRow', 'RDS', RDSNo)
|
||||
* SupplInstAckReq = Xlate('RDS', RDSNo, 'SUPPL_ACK_REQ' , 'X')
|
||||
CurrStage = Xlate('RDS', RDSNo, 'CURR_STAGE', 'X')
|
||||
If CurrStage EQ 'VER' then
|
||||
VerSupplID = Supplement_Services('UnacknowledgedSupplementCheck', 'RDS', RDSNo, 'VER')
|
||||
If VerSupplID NE False$ then
|
||||
@ -2425,3 +2424,4 @@ ClearCursors:
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user