[Koha-bugs] [Bug 31357] Separate holds history from intranetreadinghistory

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 4 16:11:36 CEST 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

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

--- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 156547
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156547&action=edit
Bug 31357: Separate holds history from intranetreadinghistory

Currently the system preference intranetreadinghistory determines visibility of
both circulation history and holds history tabs in the patron record.  It would
be helpful to allow the option of setting each of those independently.

Specifically, libraries have requested the option of being able to view the
holds history in a patron record without having to enable viewing of the
circulation history.

Test Plan:
1) Apply this patch
2) Restart all the things!
3) Run updatadatabase.pl
4) Verify the new syspref intranetReadingHistoryHolds has the same value
   as the existing syspref intranetreadinghistory
5) Disable intranetreadinghistory, enable intranetReadingHistoryHolds
6) Verify you can view a patron's holds history but not reading history

Signed-off-by: Sam Lau <samalau at gmail.com>

JD amended patch:
* renamed syspref intranetReadingHistoryHolds => IntranetReadingHistoryHolds
* tidy

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


More information about the Koha-bugs mailing list