summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/access_user.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/access_user.pm b/FS/FS/access_user.pm
index bbebecb5f..33db1fba4 100644
--- a/FS/FS/access_user.pm
+++ b/FS/FS/access_user.pm
@@ -441,6 +441,7 @@ sub agents {
'table' => 'agent',
'hashref' => { disabled=>'' },
'extra_sql' => ' AND '. $self->agentnums_sql(@_),
+ 'order_by' => 'ORDER BY agent',
});
}