From: ivan Date: Wed, 7 Apr 2010 04:36:14 +0000 (+0000) Subject: final nit for employee commission report in 1.9, RT#6991 X-Git-Tag: freeside_1_9_3~20 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d6bee894fd6920ddcf8e5cbdad7abe57c95f2cf8 final nit for employee commission report in 1.9, RT#6991 --- 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';