24 Sep
2024
24 Sep
'24
2:39 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37964 --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #7)
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.
Ok, forget that. It includes both. -- You are receiving this mail because: You are watching all bug changes.