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

Martin Renvoize (ashimema) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #175277|0                           |1
        is obsolete|                            |

--- Comment #8 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 175313
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175313&action=edit
Bug 38486: For SIP allow noblock checkouts reguardless of normal patron
checkout blocks

The purpose of no block checkouts in SIP is to indicate that the SIP machine
has made an offline ( "store and forward" ) transaction.
The patron already has the item. As such, the item must be checked out to the
patron or the library risks losing the item do to lack of tracking.
As such, no block checkouts should not be blocked under any circumstances.

The sub C4::SIP::ILS::Transaction::Checkout::do_checkout already honors this,
but it is wrapped by
C4::SIP::ILS::checkout which has additional checks that do not.

Test Plan:
1) Apply the unit test patch
2) prove t/db_dependent/SIP/Transaction.t will fail
3) Apply the second patch
4) prove t/db_dependent/SIP/Transaction.t will pass!

Signed-off-by: David Nind <[email protected]>
Signed-off-by: Martin Renvoize <[email protected]>

-- 
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