https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32472
--- Comment #6 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ 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/
