Commit 32bfbf7e authored by jago's avatar jago

- Group (Queue) Management:

  Now sorting names to add
parent 793faa96
...@@ -61,6 +61,7 @@ cross join (select element_id from application_group_element_map ...@@ -61,6 +61,7 @@ cross join (select element_id from application_group_element_map
where where
m.element_id is null m.element_id is null
and p.party_id = pirs.party_id $scope_clause and p.party_id = pirs.party_id $scope_clause
order by party_name
</querytext> </querytext>
</fullquery> </fullquery>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment