Koha/C4/SIP/ILS/Transaction
Joe Atzberger (siptest 72583589ca Allow SIP checkout to pre-empt unfilled holds.
This affects transactions on items that may be covered by
a title or item-level hold, but have not yet been retrieved
from the stacks (i.e. "confirmed") by the librarian. This does
not affect waiting holds (found="W"), so they will still block
transaction unless they belong to the operating patron.

Also I cleanup any hold the patron has on a biblio/item when
they are allowed to checkout the item.
Here we are filling the hold because the checkout is allowed, regardless
of of the queue position.  This is different from AddIssue's CancelReserve, that
only fills the hold if it is next in line, but in the future AddIssue should
adopt a similar logic.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-11-04 14:40:38 -06:00
..
Checkin.pm Add check to resensitize sub. 2008-06-05 22:43:34 -05:00
Checkout.pm Allow SIP checkout to pre-empt unfilled holds. 2008-11-04 14:40:38 -06:00
FeePayment.pm Revising the stub for ILS/Transaction/FeePayment.pm 2008-09-26 09:07:22 -05:00
Hold.pm Abstraction layer implementation for Transactions. 2008-06-05 22:43:35 -05:00
Renew.pm Abstraction layer implementation for Transactions. 2008-06-05 22:43:35 -05:00
RenewAll.pm Add do_renew_all function, necessary for implementation. 2008-06-05 22:43:27 -05:00