http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703 --- Comment #18 from Kyle M Hall <kyle@bywatersolutions.com> --- I was able to recreate your issue, and I've attached a followup I think will resolve it! (In reply to comment #15)
Created attachment 15290 [details] 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.