From 6a8f0cdbdb80b7a9975bbb02175ae24da0c39cdf Mon Sep 17 00:00:00 2001 From: simith Date: Fri, 5 Sep 2014 09:27:33 -0400 Subject: [PATCH] syspref.sql and updatedatabase.pl Added http://bugs.koha-community.org/show_bug.cgi?id=10076 --- installer/data/mysql/sysprefs.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index 84ba363..c7dfb74 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -87,6 +87,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('CircAutocompl','1',NULL,'If ON, autocompletion is enabled for the Circulation input','YesNo'), ('CircAutoPrintQuickSlip','qslip',NULL,'Choose what should happen when an empty barcode field is submitted in circulation: Display a print quick slip window, Display a print slip window or Clear the screen.','Choice'), ('CircControl','ItemHomeLibrary','PickupLibrary|PatronLibrary|ItemHomeLibrary','Specify the agency that controls the circulation and fines policy','Choice'), +('claimsbcccopy','0','','bcc the claimacquisition and clamissues alerts','YesNo'), ('Coce','0', NULL, 'If on, enables cover retrieval from the configured Coce server', 'YesNo'), ('CoceHost', NULL, NULL, 'Coce server URL', 'Free'), ('CoceProviders', NULL, 'aws,gb,ol', 'Coce providers', 'multiple'), -- 1.7.9.5