remove unused order by
This commit is contained in:
parent
d661ab5996
commit
4d3aca2457
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ sub post_lcc_suppliers {
|
|||
|
||||
my $order_by = [
|
||||
{ -asc => 'organisation.name' },
|
||||
{ -asc => 'seller.id' },
|
||||
];
|
||||
if ( $v->param('sort_by') ) {
|
||||
my %dirs = ( 'asc' => '-asc', 'desc' => '-desc' );
|
||||
|
|
Reference in a new issue