11 Sep
2024
11 Sep
'24
10:45 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37383 --- Comment #19 from Jonathan Druart <jonathan.druart@gmail.com> --- 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.