[Koha-bugs] [Bug 35335] Circulation history tab in patron information causes 500 error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 16 15:59:17 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35335

--- Comment #1 from Peter Vashchuk <stalkernoid at gmail.com> ---
Created attachment 159053
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159053&action=edit
Bug 35335: Fix 500 error on circulation history tab

The 500 error was caused by this problem:
Koha::Patron->issuer is not covered by tests!

To reproduce:
1. Change syspref RecordStaffUserOnCheckout to "record"
2. Choose a customer who has borrowed something before (has circulation
history) and go to that customers Circulation History tab to check if it can be
seen.
3. Borrow something and go check that customer again, but this time you will
see 500 error.
4. Apply the patch.
5. Check customer's Circulation History tab again, now it should work as
intended.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list