Development #450

Merged
djankowski merged 62 commits from Development into master 2024-10-31 09:12:00 -04:00
Showing only changes of commit 5b4e1cd694 - Show all commits

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