[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
Mon Nov 20 14:25:44 CET 2023


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

Peter Vashchuk <stalkernoid at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #159053|0                           |1
        is obsolete|                            |

--- Comment #4 from Peter Vashchuk <stalkernoid at gmail.com> ---
Created attachment 159138
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159138&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