sysprefs.sql file was missing ReservesControlBranch.
To test:
1) Create a new installation and check sysprefs.sql loads correctly.
2) Check ReservesControlBranch shows up correctly in the sys pref editor.
3) Check sys pref can be edited and new value saves correctly.
---
installer/data/mysql/sysprefs.sql | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/installer/data/mysql/sysprefs.sql
b/installer/data/mysql/sysprefs.sql
index 7a3731c..2fd8b65 100644
--- a/installer/data/mysql/sysprefs.sql
+++ b/installer/data/mysql/sysprefs.sql
@@ -362,3 +362,4 @@ INSERT INTO systempreferences
(variable,value,options,explanation,type) VALUES('
INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES
('AutoResumeSuspendedHolds', '1', NULL , 'Allow suspended holds to be
automatically resumed by a set date.', 'YesNo');
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES
('OpacStarRatings','all',NULL,'disable|all|details','Choice');
INSERT INTO systempreferences (variable,value,explanation,options,type)
VALUES('OpacBrowseResults','1','Disable/enable browsing and paging search
results from the OPAC detail page.',NULL,'YesNo');
+INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES
('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch
checked for members reservations rights','Choice');
\ No newline at end of file
--
1.7.5.4
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/