http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8037
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #4 from Chris Cormack <[email protected]> --- This is mostly working well. However we have one issue. The patch is doing this + my ($count) = &GetReservesFromBiblionumber($line{biblionumber}); + $line{holds} = $count; So if I have 3 items attached to a biblio, one of them being one I received and can see on this screen, it will tell me I have a hold on it. But I might have a hold on one specific item, not the one attached to this order. Do we care about that? (IE this works fine for biblio level holds, false positives for item level ones) -- 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/
