2 Dec
2020
2 Dec
'20
9:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27131 --- Comment #5 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- 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.