[Koha-bugs] [Bug 23916] Issuer should be recorded and visible in patron circulation history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 19 14:43:05 CEST 2020


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

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Patch doesn't apply         |Signed Off

--- Comment #72 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Hi Katrin - thanks for that. I've fixed that, I also fixed a test that was now
failing due to a change in C4::Circulation

Revised test plan:
-----------------

1.  Ensure the new "RecordStaffUserOnCheckout" is turned off (the default)
setting.
2.  Issue an item to a patron
3.  Check the patron's circulation history
4.  TEST => Observe that the table does not contain a "Checked out by" column
5.  Check the item's checkout history
6.  TEST => Observe that the table does not contain a "Checked out by" column
7.  Turn the "RecordIssuer" syspref on
8.  Issue another item to the patron
9.  Check the patron's circulation history
10. TEST => Observe that the table now contains an "Checked out by" column
11. TEST => Observe that the column contains the details of the issuing user
with a link to their patron record ONLY for the issue for which the syspref was
turned on
11. Check the item's checkout history
12. TEST => Observe that the table now contains an "Checked out by" column
13. TEST => Observe that the column contains the details of the issuing user
with a link to their patron record ONLY for the issue for which the syspref was
turned on

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


More information about the Koha-bugs mailing list