Summary: | Add syspref allow a choice of blocking, non-blocking, or do nothing when issuing lost items. | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall <kyle.m.hall> |
Component: | Circulation | Assignee: | Kyle M Hall <kyle.m.hall> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, m.de.rooy, paul.poulain |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7758 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Bug 8167 - Add syspref allow a choice of blocking, non-blocking, or do nothing when issuing lost items. |
Description
Kyle M Hall
2012-05-30 16:48:33 UTC
Created attachment 9851 [details] [review] Bug 8167 - Add syspref allow a choice of blocking, non-blocking, or do nothing when issuing lost items. Signed-off-by: Liz Rea <wizzyrea@gmail.com> Works as advertised. QA Comment: Code looks good to me. Passed QA I've pushed the patch because it works as advertised BUT I feel that: + nothing : "do nothing" can be confusing. Does it mean "do the check-in without saying anything" or "refuse to do the check-in". (Reading the code it's "do the check-in saying nothing") There have been no further reports of problems so I am marking this bug resolved. |