|
Lines 38-43
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 38 |
('AllowItemsOnHoldCheckoutSCO','0',NULL,'Do not generate RESERVE_WAITING and RESERVED warning in the SCO module when checking out items reserved to someone else. This allows self checkouts for those items.','YesNo'), |
38 |
('AllowItemsOnHoldCheckoutSCO','0',NULL,'Do not generate RESERVE_WAITING and RESERVED warning in the SCO module when checking out items reserved to someone else. This allows self checkouts for those items.','YesNo'), |
| 39 |
('AllowItemsOnHoldCheckoutSIP','0',NULL,'Do not generate RESERVED warning when checking out items reserved to someone else via SIP. This allows self checkouts for those items.','YesNo'), |
39 |
('AllowItemsOnHoldCheckoutSIP','0',NULL,'Do not generate RESERVED warning when checking out items reserved to someone else via SIP. This allows self checkouts for those items.','YesNo'), |
| 40 |
('AllowItemsOnLoanCheckoutSIP','0',NULL,'Do not generate ISSUED_TO_ANOTHER warning when checking out items already checked out to someone else via SIP. This allows self checkouts for those items.','YesNo'), |
40 |
('AllowItemsOnLoanCheckoutSIP','0',NULL,'Do not generate ISSUED_TO_ANOTHER warning when checking out items already checked out to someone else via SIP. This allows self checkouts for those items.','YesNo'), |
|
|
41 |
('AllowLinkedAccountHoldPickup','0',NULL,'Allow patrons to pick up holds placed on any of their linked accounts','YesNo'), |
| 41 |
('AllowMultipleCovers','0',NULL,'Allow multiple cover images to be attached to each bibliographic record.','YesNo'), |
42 |
('AllowMultipleCovers','0',NULL,'Allow multiple cover images to be attached to each bibliographic record.','YesNo'), |
| 42 |
('AllowMultipleIssuesOnABiblio','1',NULL,'Allow/Don\'t allow patrons to check out multiple items from one biblio','YesNo'), |
43 |
('AllowMultipleIssuesOnABiblio','1',NULL,'Allow/Don\'t allow patrons to check out multiple items from one biblio','YesNo'), |
| 43 |
('AllowNotForLoanOverride','0',NULL,'If ON, Koha will allow the librarian to loan a not for loan item.','YesNo'), |
44 |
('AllowNotForLoanOverride','0',NULL,'If ON, Koha will allow the librarian to loan a not for loan item.','YesNo'), |
|
Lines 264-269
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 264 |
('EnableItemGroupHolds','0',NULL,'Enable item groups holds feature','YesNo'), |
265 |
('EnableItemGroupHolds','0',NULL,'Enable item groups holds feature','YesNo'), |
| 265 |
('EnableItemGroups','0',NULL,'Enable the item groups feature','YesNo'), |
266 |
('EnableItemGroups','0',NULL,'Enable the item groups feature','YesNo'), |
| 266 |
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''), |
267 |
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''), |
|
|
268 |
('EnablePatronAccountLinking','0','','Enable patron account linking feature for multi-library patrons in a consortium','YesNo'), |
| 267 |
('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'), |
269 |
('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'), |
| 268 |
('EnableSearchHistory','0',NULL,'Enable or disable search history','YesNo'), |
270 |
('EnableSearchHistory','0',NULL,'Enable or disable search history','YesNo'), |
| 269 |
('EnhancedMessagingPreferences','1',NULL,'If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'), |
271 |
('EnhancedMessagingPreferences','1',NULL,'If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'), |
|
Lines 445-450
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 445 |
('noissuescharge','5',NULL,'Define maximum amount withstanding before checkouts are blocked','Integer'), |
447 |
('noissuescharge','5',NULL,'Define maximum amount withstanding before checkouts are blocked','Integer'), |
| 446 |
('NoIssuesChargeGuarantees','',NULL,'Define maximum amount withstanding before checkouts are blocked','Integer'), |
448 |
('NoIssuesChargeGuarantees','',NULL,'Define maximum amount withstanding before checkouts are blocked','Integer'), |
| 447 |
('NoIssuesChargeGuarantorsWithGuarantees','',NULL,'Define maximum amount withstanding before checkouts are blocked including guarantors and their other guarantees','Integer'), |
449 |
('NoIssuesChargeGuarantorsWithGuarantees','',NULL,'Define maximum amount withstanding before checkouts are blocked including guarantors and their other guarantees','Integer'), |
|
|
450 |
('NoIssuesChargeLinkedAccounts','',NULL,'Define maximum combined amount outstanding before checkouts are blocked for all linked accounts','Integer'), |
| 448 |
('noItemTypeImages','0',NULL,'If ON, disables itemtype images in the staff interface','YesNo'), |
451 |
('noItemTypeImages','0',NULL,'If ON, disables itemtype images in the staff interface','YesNo'), |
| 449 |
('NoRefundOnLostFinesPaidAge','',NULL,'Do not refund lost item fees if the fee was paid off more than this number of days ago','Integer'), |
452 |
('NoRefundOnLostFinesPaidAge','',NULL,'Do not refund lost item fees if the fee was paid off more than this number of days ago','Integer'), |
| 450 |
('NoRefundOnLostReturnedItemsAge','',NULL,'Do not refund lost item fees if item is lost for more than this number of days','Integer'), |
453 |
('NoRefundOnLostReturnedItemsAge','',NULL,'Do not refund lost item fees if item is lost for more than this number of days','Integer'), |
| 451 |
- |
|
|