remove unused order by
This commit is contained in:
parent
f61c90a3c0
commit
0e99a9bf94
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