Bug 9722: Allow users to add notes when placing a hold in opac (dbrev)
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 28 Feb 2013 07:53:36 +0000 (08:53 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 23 May 2013 15:12:53 +0000 (08:12 -0700)
commit847cc156504ea47e113018aab70d7d51c46dfd39
treeb6ee4bf716f0f141627bb94f3d04fe4e6e19bb39
parent8b9d9cb2d1a44375bd81a018719a9ccf834bed9a
Bug 9722: Allow users to add notes when placing a hold in opac (dbrev)

Database revision for report 9722, adding new pref OpacShowHoldNotes.
This development is part of a larger one (see umbrella report 9721).

Test plan:
Run [your server]/cgi-bin/koha/installer/install.pl?step=3&op=updatestructure
Optionally, run a new install to test sysprefs.sql.
Or:
Edit sysprefs.sql, leave at least the last few lines including the new one.
And run from command line:  mysql -p [yourdatabase] < [your-clone]/installer/data/mysql/sysprefs.sql

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl