Development #803

Merged
djankowski merged 81 commits from Development into master 2026-08-12 09:56:30 -04:00
Showing only changes of commit 48054f5bf1 - Show all commits
+1 -1
View File
@@ -5561,7 +5561,7 @@ GO
Volian Enterprises - Proprietary Information - DO NOT COPY OR DISTRIBUTE
Copyright 2012 - Volian Enterprises, Inc. All rights reserved.
*****************************************************************************/
CREATE OR ALTER FUNCTION [dbo].[ve_GetParentItem4] (@ItemID int) RETURNS int
CREATE OR ALTER FUNCTION [dbo].[ve_GetParentItem] (@ItemID int) RETURNS int
WITH EXECUTE AS OWNER
AS
BEGIN