Summary: | Pay amount does not mark lost items as returned when those accountlines are paid | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Fines and fees | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | bklein, kyle, marie-luce.laflamme |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 21042: Make 'pay amount' also return lost fines
Bug 21042: Make 'pay amount' also return lost fines |
Description
Nick Clemens (kidclamp)
2018-07-05 18:04:56 UTC
Created attachment 76711 [details] [review] Bug 21042: Make 'pay amount' also return lost fines To test: 1 - Checkout an item to a patron, and make it lost ( but not returned) and ensure fine is levied against the account 2 - Add some other fines to their account 3 - Click 'Pay amount' and pay everything they owe 4 - Note the book is not returned 5 - Repeat with 'Pay selected' and note item is returned 6 - Apply patch 7 - Repeat 1-5 and note item is returned in both cases Note, I did not test this patch, it also presumably suffers from bug 19876 Any updates Carnegie team Created attachment 88973 [details] [review] Bug 21042: Make 'pay amount' also return lost fines To test: 1 - Checkout an item to a patron, and make it lost ( but not returned) and ensure fine is levied against the account 2 - Add some other fines to their account 3 - Click 'Pay amount' and pay everything they owe 4 - Note the book is not returned 5 - Repeat with 'Pay selected' and note item is returned 6 - Apply patch 7 - Repeat 1-5 and note item is returned in both cases https://bugs.koha-community.org/show_bug.cgi?id=21014 Signed-off-by: marieluce <marie-luce.laflamme@inlibro.com> The item seems do be removed from the check out list after making the item lost without applying the patch. My system preferences MarkLostItemsAsReturned had no selected field. |