24 Sep
2024
24 Sep
'24
2:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37964 --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- I've looked at the code, and it's actually confusing to have both ->items and ->host_items. $biblio->items should return $self->host_items when host_items is passed OR we replace the occurrences when ->items is called with the host_items flag to simply call ->host_items. I think I prefer the latter. -- You are receiving this mail because: You are watching all bug changes.