another place to alphabetize
[freeside.git] / httemplate / edit / cust_main.cgi
index 896472d..83eda7f 100755 (executable)
@@ -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 ) {
 %