another place to alphabetize
authorjeff <jeff>
Tue, 13 Feb 2007 01:16:47 +0000 (01:16 +0000)
committerjeff <jeff>
Tue, 13 Feb 2007 01:16:47 +0000 (01:16 +0000)
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 ) {
 %