summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorjeff <jeff>2007-02-13 01:16:47 +0000
committerjeff <jeff>2007-02-13 01:16:47 +0000
commit7ea0611f6171748a32d41421174e39c4990a25cd (patch)
tree19a1da4816c391a5509c92e7784016684d85cc29 /httemplate
parent2ad0e0e11a03687ffa22da4750c831933bc6268b (diff)
another place to alphabetize
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
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 ) {
%