From da208b2908c20b20412e2c13cff8bad2a659e098 Mon Sep 17 00:00:00 2001 From: Chase Tucker Date: Fri, 27 Jun 2025 12:55:41 -0700 Subject: [PATCH] Remove duplicate calc column read --- LSL2/STPROC/SCAN_SERVICES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSL2/STPROC/SCAN_SERVICES.txt b/LSL2/STPROC/SCAN_SERVICES.txt index 563f13d..a5ec229 100644 --- a/LSL2/STPROC/SCAN_SERVICES.txt +++ b/LSL2/STPROC/SCAN_SERVICES.txt @@ -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 +