diff options
author | ivan <ivan> | 2010-04-07 04:36:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-04-07 04:36:14 +0000 |
commit | d6bee894fd6920ddcf8e5cbdad7abe57c95f2cf8 (patch) | |
tree | 1491b5939ebb83ebd47d937a56172980b585ab86 | |
parent | 009a2b6cff2ad3bfb3c65ad9ac15a1d612606ac9 (diff) |
final nit for employee commission report in 1.9, RT#6991
-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'; |