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