|
Lines 878-885
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 878 |
('useDefaultReplacementCost', '0', NULL, 'default replacement cost defined in item type', 'YesNo'), |
878 |
('useDefaultReplacementCost', '0', NULL, 'default replacement cost defined in item type', 'YesNo'), |
| 879 |
('useDischarge','0',NULL,'Allows librarians to discharge borrowers and borrowers to request a discharge','YesNo'), |
879 |
('useDischarge','0',NULL,'Allows librarians to discharge borrowers and borrowers to request a discharge','YesNo'), |
| 880 |
('UseICUStyleQuotes','0',NULL,'Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'), |
880 |
('UseICUStyleQuotes','0',NULL,'Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'), |
| 881 |
('UseLocationAsAQInSIP', '0', NULL, 'Use permanent_location instead of homebranch for AQ in SIP response', 'YesNo'), |
|
|
| 882 |
('UseLibraryFloatLimits', '0', '', 'Enables library float limits', 'YesNo'), |
881 |
('UseLibraryFloatLimits', '0', '', 'Enables library float limits', 'YesNo'), |
|
|
882 |
('UseLocationAsAQInSIP', '0', NULL, 'Use permanent_location instead of homebranch for AQ in SIP response', 'YesNo'), |
| 883 |
('UseOCLCEncodingLevels','0',NULL,'If enabled, include OCLC encoding levels in leader value builder dropdown for position 17.','YesNo'), |
883 |
('UseOCLCEncodingLevels','0',NULL,'If enabled, include OCLC encoding levels in leader value builder dropdown for position 17.','YesNo'), |
| 884 |
('UseRecalls','0',NULL,'Enable or disable recalls','YesNo'), |
884 |
('UseRecalls','0',NULL,'Enable or disable recalls','YesNo'), |
| 885 |
('UseTransportCostMatrix','0',NULL,'Use Transport Cost Matrix when filling holds','YesNo'), |
885 |
('UseTransportCostMatrix','0',NULL,'Use Transport Cost Matrix when filling holds','YesNo'), |
| 886 |
- |
|
|