[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
Thu Oct 31 17:36:36 CET 2019


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #13 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Test plan:
---------

1.  Ensure the new "RecordIssuer" 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