[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
Thu Apr 23 18:28:07 CEST 2015


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

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

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

--- Comment #19 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 38432
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38432&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

Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


More information about the Koha-bugs mailing list