12 Sep
2024
12 Sep
'24
8:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37383 --- Comment #21 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Lucas Gass from comment #20)
(In reply to Jonathan Druart from comment #19)
If so, why didn't you simply adjusted the two lines in the template? Sorry for my ignorance, which 2 lines?
I would have expected your patch to simply adjust holding_library_id: if ( can_edit_items_from[row.holding_library_id] ){ with if ( can_edit_items_from[row.home_library_id] ){ koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc lines 296 and 747 in current main. -- You are receiving this mail because: You are watching all bug changes.