[Koha-bugs] [Bug 7703] Don't block bulk hold action on search results if some items can't be placed on hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 13 10:07:22 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7703

--- Comment #15 from Jonathan Druart <jonathan.druart at biblibre.com> ---
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.


More information about the Koha-bugs mailing list