https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37383
--- Comment #19 from Jonathan Druart <[email protected]> --- I see, was it because we testing the holding library instead of the home library? if ( can_edit_items_from[row.holding_library_id] ){ vs if ( can_edit_items_from[row.home_library_id] ){ If so, why didn't you simply adjusted the two lines in the template? IIRC it seemed weird to pass an empty array if items from all libraries were editable. Not blocking or requesting a follow-up, just asking ;) -- 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/
