Bug 3423 - In Cataloging, fields are not ordered by tag number
[koha_fer] / C4 / Biblio.pm
index 8bebb25..803a921 100644 (file)
@@ -938,6 +938,7 @@ sub GetUsedMarcStructure($){
         FROM   marc_subfield_structure
         WHERE   tab > -1 
             AND frameworkcode = ?
+        ORDER BY tagfield, tagsubfield
     /;
     my @results;
     my $sth = $dbh->prepare($query);