Bug 9303 [1] - relative's checkouts in the opac - Database Updates
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 2 Mar 2015 11:07:52 +0000 (03:07 -0800)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 31 Dec 2015 13:01:52 +0000 (13:01 +0000)
commite8e327e47fa33617ad061c2c3e344352e1444117
tree49250a9a9da81ffe668aab234bec54ece76f738b
parent9348f8420bd5049fb553cfe599d8eef555b07339
Bug 9303 [1] - relative's checkouts in the opac - Database Updates

This patch gives patrons the option of allowing other
linked relatives to view his or her checkouts from
opac-user.pl in a manner similiar to the patron's own
checkouts tab. By default the setting is not enabled.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Create three borrowers, link them as relatives
4) In the OPAC, go to "my privacy" and choose to allow
   relatives to view current checkouts for borrowers A and B
5) Check out some items to each borrower
6) Log into the OPAC as borrower A, you should see a "Relatives'
   checkouts" tab. In this tab you should see the checkouts for
   borrower B
7) Log into the OPAC as borrower C, you should be able to view
   the current checkouts for both borrower A and borrower B

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_9303.sql [new file with mode: 0644]
installer/data/mysql/kohastructure.sql
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl