Bug 30014 - When a lost item is marked returned on payment the checkout is not anonymized
Summary: When a lost item is marked returned on payment the checkout is not anonymized
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-03 12:45 UTC by Nick Clemens (kidclamp)
Modified: 2022-02-03 12:51 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2022-02-03 12:45:31 UTC
To recreate:
1 - Set syspref MarkLostItemsAsReturned to 'when receiving payment for the item' only
2 - Find an item, add a replacement cost, check it out to a patron
3 - Ensure system preference OpacPrivacy is set to Allow
4 - Sign in to OPAC as the patron and set privacy to 'Never'
5 - Pay the lost fine on the item
6 - Item is returned
7 - Check circulation history in staff client - you are told no history is kept
8 - Check patron's checkout history on OPAC
9 - You still see the lost item
Comment 1 Nick Clemens (kidclamp) 2022-02-03 12:51:00 UTC
Koha/Account/Line uses 'ReturnLostItem' which calls MarkIssueReturned without passing the privacy parameter