diff options
-rw-r--r-- | httemplate/search/part_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/part_pkg.html b/httemplate/search/part_pkg.html index 30b541986..d879c3746 100644 --- a/httemplate/search/part_pkg.html +++ b/httemplate/search/part_pkg.html @@ -62,7 +62,7 @@ if (1) { #commission reports push @links, ''; #link to employee edit w/ACL? $align .= 'c'; - push @order_by, 'otaker'; + push @order_by, 'username'; $title = 'Employee'; |