import rt 3.6.6
[freeside.git] / rt / html / Admin / Elements / SelectScripAction
index 405f20a..3bf2f17 100644 (file)
@@ -60,6 +60,7 @@
 <%INIT>
 my $ScripActions = RT::ScripActions->new($session{'CurrentUser'});
 $ScripActions->UnLimit;
+$ScripActions->OrderBy(FIELD => 'Name');