Lines 41-47
UPDATE systempreferences SET value = 'whitespace' WHERE variable = 'itemBarcodeI
Link Here
|
41 |
UPDATE systempreferences SET value = '676a' WHERE variable = 'itemcallnumber'; |
41 |
UPDATE systempreferences SET value = '676a' WHERE variable = 'itemcallnumber'; |
42 |
UPDATE systempreferences SET value = 'koha@xxx.it' WHERE variable = 'KohaAdminEmailAddress'; |
42 |
UPDATE systempreferences SET value = 'koha@xxx.it' WHERE variable = 'KohaAdminEmailAddress'; |
43 |
UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'language'; |
43 |
UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'language'; |
44 |
UPDATE systempreferences SET value = '0' WHERE variable = 'LetterLog'; |
44 |
UPDATE systempreferences SET value = '0' WHERE variable = 'ClaimsLog'; |
45 |
UPDATE systempreferences SET value = '' WHERE variable = 'MARCOrgCode'; |
45 |
UPDATE systempreferences SET value = '' WHERE variable = 'MARCOrgCode'; |
46 |
UPDATE systempreferences SET value = '5' WHERE variable = 'maxreserves'; |
46 |
UPDATE systempreferences SET value = '5' WHERE variable = 'maxreserves'; |
47 |
UPDATE systempreferences SET value = '0' WHERE variable = 'OpacAuthorities'; |
47 |
UPDATE systempreferences SET value = '0' WHERE variable = 'OpacAuthorities'; |
48 |
- |
|
|