@@ -, +, @@ --- .../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 @@ -494,6 +494,9 @@ .then(resolve, reject); }) .then(function(profiles) { + profiles.sort( function(a, b) { + return a.name.localeCompare(b.name); + }); profiles.forEach(function(profile) { const opt = $("