From: jeff Date: Tue, 13 Feb 2007 01:16:47 +0000 (+0000) Subject: another place to alphabetize X-Git-Tag: freeside_1_7_2~1^2~12 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7ea0611f6171748a32d41421174e39c4990a25cd;p=freeside.git another place to alphabetize --- diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 896472d2b..83eda7fcd 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -427,7 +427,7 @@ function copyelement(from, to) { % #eslaf % % my @part_pkg = grep { $_->svcpart('svc_acct') && $pkgpart->{ $_->pkgpart } } -% qsearch( 'part_pkg', { 'disabled' => '' } ); +% qsearch( 'part_pkg', { 'disabled' => '' },'','ORDER BY pkg' ); # case? % % if ( @part_pkg ) { %