Remove duplicate calc column read

This commit is contained in:
Chase Tucker
2025-06-27 12:55:41 -07:00
committed by Tucker Chase (CSC FI SPS MESLEO)
parent 7b7f501145
commit da208b2908

View File

@ -1876,7 +1876,6 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL)
RDSRec = Database_Services('ReadDataRow', 'RDS', RDSNo) RDSRec = Database_Services('ReadDataRow', 'RDS', RDSNo)
* SupplInstAckReq = Xlate('RDS', RDSNo, 'SUPPL_ACK_REQ' , 'X') * SupplInstAckReq = Xlate('RDS', RDSNo, 'SUPPL_ACK_REQ' , 'X')
CurrStage = Xlate('RDS', RDSNo, 'CURR_STAGE', 'X')
If CurrStage EQ 'VER' then If CurrStage EQ 'VER' then
VerSupplID = Supplement_Services('UnacknowledgedSupplementCheck', 'RDS', RDSNo, 'VER') VerSupplID = Supplement_Services('UnacknowledgedSupplementCheck', 'RDS', RDSNo, 'VER')
If VerSupplID NE False$ then If VerSupplID NE False$ then
@ -2425,3 +2424,4 @@ ClearCursors:
return return