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

(-)a/installer/data/mysql/atomicupdate/bug_38108.pl (-1 / +1 lines)
Lines 16-21 return { Link Here
16
        );
16
        );
17
17
18
        # sysprefs
18
        # sysprefs
19
        say $out "Added new system preference 'AlwaysShowHoldingsTableFilters'";
19
        say_success( $out, "Added new system preference 'AlwaysShowHoldingsTableFilters'" );
20
    },
20
    },
21
};
21
};
(-)a/installer/data/mysql/mandatory/sysprefs.sql (-2 / +1 lines)
Lines 56-62 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
56
('AlternateHoldingsField','',NULL,'The MARC field/subfield that contains alternate holdings information for bibs taht do not have items attached (e.g. 852abchi for libraries converting from MARC Magician).','free'),
56
('AlternateHoldingsField','',NULL,'The MARC field/subfield that contains alternate holdings information for bibs taht do not have items attached (e.g. 852abchi for libraries converting from MARC Magician).','free'),
57
('AlternateHoldingsSeparator','',NULL,'The string to use to separate subfields in alternate holdings displays.','free'),
57
('AlternateHoldingsSeparator','',NULL,'The string to use to separate subfields in alternate holdings displays.','free'),
58
('AlwaysLoadCheckoutsTable','0','','Option to always load the checkout table','Yes/No'),
58
('AlwaysLoadCheckoutsTable','0','','Option to always load the checkout table','Yes/No'),
59
('AlwaysShowHoldingsTableFilters','0','','Option to always show filters when loading the holdings table','Yes/No'),
59
('AlwaysShowHoldingsTableFilters','0','','Option to always show filters when loading the holdings table','YesNo'),
60
('AmazonAssocTag','','','See:  http://aws.amazon.com','free'),
60
('AmazonAssocTag','','','See:  http://aws.amazon.com','free'),
61
('AmazonCoverImages','0','','Display Cover Images in staff interface from Amazon Web Services','YesNo'),
61
('AmazonCoverImages','0','','Display Cover Images in staff interface from Amazon Web Services','YesNo'),
62
('AmazonLocale','US','US|CA|DE|FR|IN|JP|UK','Use to set the Locale of your Amazon.com Web Services','Choice'),
62
('AmazonLocale','US','US|CA|DE|FR|IN|JP|UK','Use to set the Locale of your Amazon.com Web Services','Choice'),
63
- 

Return to bug 38108