[Koha-bugs] [Bug 7526] longoverdue.pl leaves items marked as lost as still checked out to patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 10 16:16:24 CET 2012


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

--- Comment #1 from Kyle M Hall <kyle.m.hall at gmail.com> 2012-02-10 15:16:24 UTC ---
Created attachment 7565
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7565
Bug 7526 - longoverdue.pl leaves items marked as lost as still checked out to
patron

When the longoverdu.pl script is run, and it marks an item as lost ( using
LostItem() ), if fails to remove the item from the borrower record. So, the
item is marked as lost, but is also still listed as checked out to the
borrower.

This commit enables the mark_returned flag for the LostItem function as
it is called from longoverdue.pl

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list