Bug 6739: (follow-up) do NOT activate new feature by default during upgrade
The previous behavior falls in the category of (arguably) buggy behavior that nonetheless should not be silently changed on the folks who would have to deal with patron complaints. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
c1673f2db8
commit
626f6c63a1
1 changed files with 1 additions and 1 deletions
|
@ -8374,7 +8374,7 @@ if ( CheckVersion($DBversion) ) {
|
|||
INSERT INTO systempreferences (variable,value,explanation,options,type)
|
||||
VALUES (
|
||||
'BlockExpiredPatronOpacActions',
|
||||
'1',
|
||||
'0',
|
||||
'Set whether an expired patron can perform opac actions such as placing holds or renew books, can be overridden on a per patron-type basis',
|
||||
NULL,
|
||||
'YesNo'
|
||||
|
|
Loading…
Reference in a new issue