[Koha-bugs] [Bug 3387] WITHDRAWN items shouldn't check in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 21 20:42:18 CEST 2012


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

Owen Leonard <oleonard at myacpl.org> changed:

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

--- Comment #18 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 11725
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11725&action=edit
[SIGNED-OFF] Bug 3387 - WITHDRAWN items shouldn't check in

Adds a system preference BlockReturnOfWithdrawnItems to control
whether or not Koha should allow a withdrawn item to be returned
or not.

Also fixes the behavior where Koha will attempt to use a withdrawn
item to fill a hold.

Test Plan:
1) Set BlockReturnOfWithdrawnItems to "Block" ( this is the default )
2) Check an item out to a patron
3) Mark item as withdrawn
4) Attempt to return the item, you should still see the item on the
   borrower's record
5) Set BlockReturnOfWithdrawnItems to "Don't Block"
6) Attempt to return the item, you should see the item is no longer
   on the borrower's record.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list