Bug 10080 - Change system pref IndependantBranches to IndependentBranches
Test Plan:
1) Enable IndependantBranches
2) Apply this patch
3) Run updatedatabase.pl
4) Verify that the system preference still functions correctly
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
@ -31,7 +31,7 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES
INSERTINTO`systempreferences`(variable,value,explanation,options,type)VALUES('hidelostitems',0,'If ON, disables display of\"lost\" items in OPAC.','','YesNo');
INSERTINTO`systempreferences`(variable,value,explanation,options,type)VALUES('hide_marc',0,'If ON, disables display of MARC fields, subfield codes & indicators (still shows data)',NULL,'YesNo');
INSERTINTO`systempreferences`(variable,value,explanation,options,type)VALUES('WaitingNotifyAtCheckin',0,'If ON, notify librarians of waiting holds for the patron whose items they are checking in.',NULL,'YesNo');
INSERTINTO`systempreferences`(variable,value,explanation,options,type)VALUES('IndependantBranches',0,'If ON, increases security between libraries',NULL,'YesNo');
INSERTINTO`systempreferences`(variable,value,explanation,options,type)VALUES('IndependentBranches',0,'If ON, increases security between libraries',NULL,'YesNo');
INSERTINTO`systempreferences`(variable,value,explanation,options,type)VALUES('IntranetBiblioDefaultView','normal','Choose the default detail view in the staff interface; choose between normal, labeled_marc, marc or isbd','normal|marc|isbd|labeled_marc','Choice');
INSERTINTO`systempreferences`(variable,value,explanation,options,type)VALUES('intranetcolorstylesheet','','Define the color stylesheet to use in the Staff Client','50','free');
INSERTINTO`systempreferences`(variable,value,explanation,options,type)VALUES('IntranetmainUserblock','','Add a block of HTML that will display on the intranet home page','70|10','Textarea');