15 Dec
2022
15 Dec
'22
10:47 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32472 --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Acquisition/Bookseller.pm: return Koha::Subscriptions->search( { aqbooksellerid => $self->id } ); => sub subscriptions This could be LIST context. So needs adjustment in 21.11 ? This one is also fine, since we do not call it in templates. We call biblio.subscriptions but not on a bookseller. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.