https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34234

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #13 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to