https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23608 --- Comment #6 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- We actually return nothing in the first place to not selected anything on the admin edit form, for item type and categories: koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt: [% PROCESS options_for_libraries libraries => Branches.all( selected => category.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %] koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt: [% PROCESS options_for_libraries libraries => Branches.all( selected => itemtype.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.