From d6bee894fd6920ddcf8e5cbdad7abe57c95f2cf8 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 7 Apr 2010 04:36:14 +0000 Subject: [PATCH] final nit for employee commission report in 1.9, RT#6991 --- httemplate/search/part_pkg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.11.0