21 Feb
2023
21 Feb
'23
8:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256 --- Comment #461 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- 1530 my $branchcode = 1531 $ref eq 'Koha::Item' ? $item->homebranch 1532 : $ref eq 'HASH' ? $item->{homebranch} 1533 : $ref eq q{} ? $item 1534 : undef; This reads bad, and introduce an incorrect pattern, can you have another look at it please? Why not simply having can_edit_items_from that takes the branchcode? -- You are receiving this mail because: You are watching all bug changes.