C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4 #420
@@ -23798,7 +23798,7 @@ BEGIN TRY -- Try Block
 | 
			
		||||
		--then remove the link from the copy
 | 
			
		||||
		--if original item was not linked, update new items to not be linked
 | 
			
		||||
		DECLARE @xconfig XML = (Select cast(config as xml) xconfig from Contents where ContentID = @ContentID);
 | 
			
		||||
		IF @xconfig.exist('//Enhanced[1]') = 0
 | 
			
		||||
		IF ISNULL(@xconfig.exist('//Enhanced[1]'),0) = 0
 | 
			
		||||
		BEGIN
 | 
			
		||||
		  UPDATE Contents SET Config = dbo.vefn_RemoveEnhanced(Contents.Config)
 | 
			
		||||
		    Where ContentID in (Select ContentID FROM vefn_ChildItems(@NewItemID))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user