C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4

This commit is contained in:
Paul Larsen 2024-10-04 14:55:04 -04:00
parent 3fbd974fa9
commit 5b4e1cd694

View File

@ -24073,7 +24073,7 @@ BEGIN TRY -- Try Block
DECLARE @RevDescription varchar(255)
set @RevDate = '10/03/2024 11:24'
set @RevDescription = 'C2020-049 Add the ability for PROMS to remember the procedure tabs that were open when you closed PROMS'
set @RevDescription = 'Add the ability for PROMS to remember the procedure tabs that were open when you closed PROMS'
Select cast(@RevDate as datetime) RevDate, @RevDescription RevDescription
PRINT 'SQL Code Revision ' + @RevDate + ' - ' + @RevDescription