Bug 10572: Add phone to message_transport_types table for new installs
[koha.git] / C4 / Heading.pm
index 98bb4a8..dca4d1b 100644 (file)
@@ -25,7 +25,7 @@ use C4::Context;
 use Module::Load;
 use Carp;
 
-our $VERSION = 3.00;
+our $VERSION = 3.07.00.049;
 
 =head1 NAME
 
@@ -205,7 +205,7 @@ sub _search {
     return C4::AuthoritiesMarc::SearchAuthorities(
         \@marclist, \@and_or, \@excluding, \@operator,
         \@value,    0,        20,          $self->{'auth_type'},
-        '',         $skipmetadata
+        'AuthidAsc',         $skipmetadata
     );
 }