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

--- Comment #21 from Jonathan Druart <[email protected]> ---
(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.
_______________________________________________
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