X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=83eda7fcd0af92eaa8462604c2fb4029764697e4;hb=7ea0611f6171748a32d41421174e39c4990a25cd;hp=896472d2b96df3a750ee5e92cfbf4a6b96a6ec14;hpb=2ad0e0e11a03687ffa22da4750c831933bc6268b;p=freeside.git 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 ) { %