http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703
--- Comment #15 from Jonathan Druart <[email protected]> --- Created attachment 15290 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15290&action=edit Biblio without item Hi Kyle, This biblio contains no item. When I search 'vifs', this title appears on the first page of results. I click on the checkbox and on the "place holds' button. I still got the same error. reserve/request.pl: I pass into the following if statement: if (!@itemnumbers) { $template->param('noitems' => 1); $biblioloopiter{noitems} = 1; } and just after the GetItemInfosOf routine is called with @itemnumbers which is empty. I think we want to skip the current biblionumber if it does not contain any item. But maybe we want to raise this problem for the user too. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
