B2026-001-Sort-order--for-ROs-Wolf-Creek-2
This commit is contained in:
@@ -19134,7 +19134,7 @@ GO
|
||||
rd.ParentID
|
||||
From vwRofstData_RofstDatabases rd
|
||||
Where rd.RofstID = @RofstID
|
||||
Order By rd.dbiID Asc;
|
||||
Order By rd.dbiTitle Asc;
|
||||
|
||||
Return;
|
||||
End
|
||||
@@ -19320,7 +19320,7 @@ GO
|
||||
rc.AccPageID
|
||||
From RoParent rp
|
||||
inner join vwRofstData_RofstChildren rc on rc.RofstID = rp.RofstID and rc.dbiID = rp.dbiID and rc.ParentID = rp.ID
|
||||
Order By rc.ID Asc;
|
||||
Order By rc.title Asc;
|
||||
|
||||
|
||||
Return;
|
||||
|
||||
Reference in New Issue
Block a user