The new CHECKINSLIP notice does not work on patrons whose checkouts are anonymized upon checkin. Instead it appears that the patron had no checkins at all! This is due to how the feature gets the old issues. The printslip script takes the borrowernumber and a branchcode and searches the old_issues table which is then filtered by date. I think for this to function for anonymized checkouts we need to pass the actual issue_id's as a list to the slip so they can be looked up directly and not inferred by borrowernumber, branchcode and date.
Alternatively, having the ability to select specific checkins from the table at check and print a slip from there would work as well.
Hello, I had a staff member come to me with this issue. After some troubleshooting I found this bug. It would be great if this could be resolved. I do not have any ideas on how, I am just here bump the ticket :). Are there any current work arounds that exist with Custom Patron Slips that could get around the anonymization? Thanks all!
Would it work for you as a workaround to print the issueslip for the patron's record? If that has the current date/time and shows all their holdings, then that at least serves to show the item is not on their record anymore.
I believe that is all staff is looking for with this. So, yes, I think it would.
I'm here to bump the ticket, if possible. If a patron is asking for a receipt, we should be able to provide it to them. Yes, the issueslip will work for all intents and purposes, but it's not ideal, in my opinion. Thank you for your consideration.