[Koha-bugs] [Bug 8037] Add holds and funds to items already received in parcel.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 24 04:04:53 CEST 2012


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion

--- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> ---
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.


More information about the Koha-bugs mailing list