User manual

Chapter 12
Circulation
Patrons Search Mores
NO_LIBRARY_SET
met)
I
kohaadri n (Lag Uuti
'? ,I
4 Oj2
_naglelndicTrensliteratlan
s =_Arch
Search System Preferences !
Check Out
Search the Catalog
Home 'Administration y System Froth rrcas , Modify system preference VoogietndicTranalteraEon'
Modify a system preference
Admire
Explanation:
Variable:
Value:
>GOOgIelndleTransliteraTion
Goo glelndicTransliteratlon
0
ON
OFF
Acquisitions
Authonties
Cataloging
ancel
Circulation
Koha internal
Enhanced Content
Variable type:
ItBtt./Lt©N
Choi..e YesNO Integer
N51N
Texterea Floor. Themes Languages
: Cbsegou'cas`
Logs
Variable options.
OAI-PMH
OPAC
Patrons
Searching
Staff Client
L.oCal Use
English Esnañcl
We will need to modify the database install and update scripts.
First, let's edit the
syspref s . sql file in the installer /data /mysql /en /mandatory/
folder:
koha @linux: /home /koha /kohaclone # vi installer /data /mysql /en/
mandatory /sysprefs.sgl
We add this block to the file:
INSERT INTO systempreferences ( variable ,value,explanation,options,ty
pe) VALUES
(' GoogleIndicTransliteration ','0','Allow display of Google
Indic Transliteration Tool in the OPAC Masthead',NULL,'YesNo');
The sysprefs . sql file is called from Koha's web installer. It is used to insert system
preferences along with a description and a default value. This file is used only for
fresh installations.
To make sure the new system preference is added when someone upgrades their
Koha version, we need to add the following lines in the updatebase3 0 . pl file in the
folder /installer /data /mysql /:
[ 237 ]