View | Details | Raw Unified | Return to bug 41682
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_41682.pl (-1 / +1 lines)
Lines 49-55 return { Link Here
49
                q{Choose which search method to use by default when searching with PatronAutoComplete},
49
                q{Choose which search method to use by default when searching with PatronAutoComplete},
50
            displayFacetCount          => q{If enabled, display the number of facet counts},
50
            displayFacetCount          => q{If enabled, display the number of facet counts},
51
            EnableBooking              => q{If enabled, activate every functionalities related with Bookings module},
51
            EnableBooking              => q{If enabled, activate every functionalities related with Bookings module},
52
            HoldCancellationRequestSIP => q{Option to set holds cancelled via SIP as cancelation requests},
52
            HoldCancellationRequestSIP => q{Option to set holds cancelled via SIP as cancellation requests},
53
            HoldRatioDefault           => q{Default value for the hold ratio report},
53
            HoldRatioDefault           => q{Default value for the hold ratio report},
54
            ILLModule                  => q{If ON, enables the interlibrary loans module.},
54
            ILLModule                  => q{If ON, enables the interlibrary loans module.},
55
            OPACLoginLabelTextContent  => q{Control the text displayed on the login form},
55
            OPACLoginLabelTextContent  => q{Control the text displayed on the login form},
(-)a/installer/data/mysql/mandatory/sysprefs.sql (-2 / +1 lines)
Lines 314-320 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
314
('HidePatronName','0',NULL,'If this is switched on, patron\'s cardnumber will be shown instead of their name on the holds and catalog screens','YesNo'),
314
('HidePatronName','0',NULL,'If this is switched on, patron\'s cardnumber will be shown instead of their name on the holds and catalog screens','YesNo'),
315
('HidePersonalPatronDetailOnCirculation', '0', NULL, 'Hide patrons phone number, email address, street address and city in the circulation page','YesNo'),
315
('HidePersonalPatronDetailOnCirculation', '0', NULL, 'Hide patrons phone number, email address, street address and city in the circulation page','YesNo'),
316
('hide_marc','0',NULL,'If ON, disables display of MARC fields, subfield codes & indicators (still shows data)','YesNo'),
316
('hide_marc','0',NULL,'If ON, disables display of MARC fields, subfield codes & indicators (still shows data)','YesNo'),
317
('HoldCancellationRequestSIP','0',NULL,'Option to set holds cancelled via SIP as cancelation requests','YesNo'),
317
('HoldCancellationRequestSIP','0',NULL,'Option to set holds cancelled via SIP as cancellation requests','YesNo'),
318
('HoldFeeMode','not_always','any_time_is_placed|not_always|any_time_is_collected','Set the hold fee mode','Choice'),
318
('HoldFeeMode','not_always','any_time_is_placed|not_always|any_time_is_collected','Set the hold fee mode','Choice'),
319
('HoldRatioDefault','3',NULL,'Default value for the hold ratio report','Integer'),
319
('HoldRatioDefault','3',NULL,'Default value for the hold ratio report','Integer'),
320
('HoldsAutoFill','0',NULL,'If on, librarian will not be asked if hold should be filled, it will be filled automatically','YesNo'),
320
('HoldsAutoFill','0',NULL,'If on, librarian will not be asked if hold should be filled, it will be filled automatically','YesNo'),
321
- 

Return to bug 41682