[Koha-bugs] [Bug 9805] Lost items are un-lost if returned, but not if renewed.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 13 14:02:54 CET 2013


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 16090
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16090&action=edit
Bug 9805 - Lost items are un-lost if returned, but not if renewed.

If an item has a lost status, that status is removed when the item
is returned. However, it is not removed if the item is renewed.

Test Plan:
1) Check an item out to a patron, back date the due date 6 months
2) Run misc/cronjobs/longoverdue.pl -l 30=2 --confirm
3) Verify the item is now checked out but lost
4) Renew the item, verify the item is still lost
5) Apply this patch
6) Renew the item again, verify the item is no longer lost

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


More information about the Koha-bugs mailing list