diff --git a/LSL2/STPROC/MATERIAL_SERVICES.txt b/LSL2/STPROC/MATERIAL_SERVICES.txt index 8cf23c1..8209090 100644 --- a/LSL2/STPROC/MATERIAL_SERVICES.txt +++ b/LSL2/STPROC/MATERIAL_SERVICES.txt @@ -344,12 +344,12 @@ Service ProcessAutoHold() // Send notification if list is not null If HoldList NE '' then - Recipients = XLATE('NOTIFICATION', 'AUTO_HOLD', NOTIFICATION_USER_ID$, 'X') + Recipients = '' SentFrom = 'SYSTEM' Subject = 'Makeup Wafer Auto-Hold Report' AttachWindow = '' AttachKey = '' - SendToGroup = '' + SendToGroup = 'AUTO_HOLD' Message = 'The following makeup cassettes are older than three years and have been automatically ' Message := 'placed on hold.':CRLF$:'Reminder: EpiPro lots can contain multiple RDS lots.':CRLF$:CRLF$ Swap @FM with CRLF$ in HoldList @@ -1352,3 +1352,4 @@ ClearCursors: Next counter return +