@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 3 +++ 1 file changed, 3 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt @@ -482,6 +482,9 @@ .then(resolve, reject); }) .then(function(profiles) { + profiles.sort( function(a, b) { + return a.name < b.name ? -1 : 1; + }); profiles.forEach(function(profile) { const opt = $("