diff options
Diffstat (limited to 'httemplate/misc/cust-part_pkg.cgi')
| -rw-r--r-- | httemplate/misc/cust-part_pkg.cgi | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/httemplate/misc/cust-part_pkg.cgi b/httemplate/misc/cust-part_pkg.cgi index a249f033f..974ac0e87 100644 --- a/httemplate/misc/cust-part_pkg.cgi +++ b/httemplate/misc/cust-part_pkg.cgi @@ -20,10 +20,11 @@ my @part_pkg = qsearch({    'extra_sql' =>      ' AND '. $FS::CurrentUser::CurrentUser->agentnums_sql( 'null'=>1 ).      ' AND '. FS::part_pkg->agent_pkgs_sql( $cust_main->agent ), +  'order_by'  => 'ORDER BY pkg',  });  my @return = map  { $_->pkgpart => $_->pkg_comment } -             sort { $a->pkg_comment cmp $b->pkg_comment } +             #sort { $a->pkg_comment cmp $b->pkg_comment }               @part_pkg;  </%init> | 
