https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34234 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Replace [% FOREACH ig IN biblio.item_groups %] With [% FOREACH ig IN biblio.item_groups.search({}, {order_by => 'display_order'}) %] And you are done. I really don't understand the need of a TT plugin for that purpose. You could suggest a Koha::Biblio::ItemGroups->search_ordered method however. -- You are receiving this mail because: You are watching all bug changes.