Summary: | Add lost/claims returned displays to patron record | ||
---|---|---|---|
Product: | Koha | Reporter: | Jane Wagner <jwagner> |
Component: | Circulation | Assignee: | Jane Wagner <jwagner> |
Status: | RESOLVED DUPLICATE | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | chris, jwagner |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | Sponsored | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | screen shot with claims returned examples |
Description
Chris Cormack
2010-05-21 01:24:49 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. These patches are no longer available anywhere. Resetting to ASSIGNED. |