Lines 25-31
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
25 |
('AllowNotForLoanOverride','0','','If ON, Koha will allow the librarian to loan a not for loan item.','YesNo'), |
25 |
('AllowNotForLoanOverride','0','','If ON, Koha will allow the librarian to loan a not for loan item.','YesNo'), |
26 |
('AllowOfflineCirculation','0','','If on, enables HTML5 offline circulation functionality.','YesNo'), |
26 |
('AllowOfflineCirculation','0','','If on, enables HTML5 offline circulation functionality.','YesNo'), |
27 |
('AllowOnShelfHolds','0','','Allow hold requests to be placed on items that are not on loan','YesNo'), |
27 |
('AllowOnShelfHolds','0','','Allow hold requests to be placed on items that are not on loan','YesNo'), |
28 |
('AllowPatronToSetRelativesCheckoutsVisibility', '0', NULL, 'If enabled, the patron can set checkouts to be visible to guarantor from opac-memberentry.pl', 'YesNo'), |
28 |
('AllowPatronToSetRelativesCheckoutsVisibility', '0', NULL, 'If enabled, the patron can set checkouts to be visible to his or her guarantor', 'YesNo'), |
29 |
('AllowPKIAuth','None','None|Common Name|emailAddress','Use the field from a client-side SSL certificate to look a user in the Koha database','Choice'), |
29 |
('AllowPKIAuth','None','None|Common Name|emailAddress','Use the field from a client-side SSL certificate to look a user in the Koha database','Choice'), |
30 |
('AllowPurchaseSuggestionBranchChoice','0','1','Allow user to choose branch when making a purchase suggestion','YesNo'), |
30 |
('AllowPurchaseSuggestionBranchChoice','0','1','Allow user to choose branch when making a purchase suggestion','YesNo'), |
31 |
('AllowRenewalLimitOverride','0',NULL,'if ON, allows renewal limits to be overridden on the circulation screen','YesNo'), |
31 |
('AllowRenewalLimitOverride','0',NULL,'if ON, allows renewal limits to be overridden on the circulation screen','YesNo'), |