[Koha-bugs] [Bug 4241] Add lost/claims returned displays to patron record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 28 18:48:43 CET 2010


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2010-12-28 17:48:42 UTC ---
I've cherry-picked these changes into a branch,
ip-bug-4241-lost-tab-2010-12-28, in my development repo at
http://gitorious.org/koha-dev/koha-dev.

I made one change from the way it is in Harley: I put the display of lost items
into a tab on the patron detail page alongside checkouts, fines, and holds. The
new functionality seems to be working in that:

- marking something lost adds a fine to patron's record
- marking something lost does or does not check in the item following the 
  MarkLostItemsReturned system preference.

A couple of bugs/to-dos I see:

- The template has markup intended to handle deleted items when displaying the
list of lost items. From this I assume it is supposed to show "deleted item" in
the list if the lost item is deleted." However, when I delete one of the lost
items it disappears from the list.

- There seems to have been no code added to Harley to properly handle the
addition of the MarkLostItemsReturned preference to the database or the
incrementation of the version number.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list