https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27131

--- Comment #5 from Joonas Kylmälä <[email protected]> ---
To further elaborate on the idea when we have 

Koha::Holds::get_items_that_can_fill 

then we could have in pendingreserves.pl something like this

for biblio in biblios_with_holds:
 holds = biblio->holds
 items = holds->get_items_that_can_fill
 callnums = _get_callnumbers(items)
 itemtypes = _get_itypes(items)
 first_hold = biblio->first_hold_to_fill

 push @reservedata, { biblio->biblionumber, first_hold->hold_id, callnums,
itemtypes .. }

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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/

Reply via email to