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

(-)a/C4/External/Amazon.pm (+1 lines)
Lines 37-42 sub get_amazon_tld { Link Here
37
        CA => '.ca',
37
        CA => '.ca',
38
        DE => '.de',
38
        DE => '.de',
39
        FR => '.fr',
39
        FR => '.fr',
40
        IN => '.in',
40
        JP => '.jp',
41
        JP => '.jp',
41
        UK => '.co.uk',
42
        UK => '.co.uk',
42
        US => '.com',
43
        US => '.com',
(-)a/installer/data/mysql/atomicupdate/bug_21403-add_indian_amazon_domain.sql (+1 lines)
Line 0 Link Here
1
UPDATE `systempreferences` SET options = 'US|CA|DE|FR|IN|JP|UK' WHERE variable = 'AmazonLocale';
(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 43-49 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
43
('AlternateHoldingsSeparator','',NULL,'The string to use to separate subfields in alternate holdings displays.','free'),
43
('AlternateHoldingsSeparator','',NULL,'The string to use to separate subfields in alternate holdings displays.','free'),
44
('AmazonAssocTag','','','See:  http://aws.amazon.com','free'),
44
('AmazonAssocTag','','','See:  http://aws.amazon.com','free'),
45
('AmazonCoverImages','0','','Display Cover Images in Staff Client from Amazon Web Services','YesNo'),
45
('AmazonCoverImages','0','','Display Cover Images in Staff Client from Amazon Web Services','YesNo'),
46
('AmazonLocale','US','US|CA|DE|FR|JP|UK','Use to set the Locale of your Amazon.com Web Services','Choice'),
46
('AmazonLocale','US','US|CA|DE|FR|IN|JP|UK','Use to set the Locale of your Amazon.com Web Services','Choice'),
47
('AnonSuggestions','0',NULL,'Set to enable Anonymous suggestions to AnonymousPatron borrowernumber','YesNo'),
47
('AnonSuggestions','0',NULL,'Set to enable Anonymous suggestions to AnonymousPatron borrowernumber','YesNo'),
48
('AnonymousPatron','0',NULL,'Set the identifier (borrowernumber) of the anonymous patron. Used for Suggestion and reading history privacy',''),
48
('AnonymousPatron','0',NULL,'Set the identifier (borrowernumber) of the anonymous patron. Used for Suggestion and reading history privacy',''),
49
('ArticleRequests', '0', NULL, 'Enables the article request feature', 'YesNo'),
49
('ArticleRequests', '0', NULL, 'Enables the article request feature', 'YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref (-1 / +1 lines)
Lines 25-30 Enhanced Content: Link Here
25
                  CA: Canadian
25
                  CA: Canadian
26
                  DE: German
26
                  DE: German
27
                  FR: French
27
                  FR: French
28
                  IN: Indian
28
                  JP: Japanese
29
                  JP: Japanese
29
                  UK: British
30
                  UK: British
30
            - website.
31
            - website.
31
- 

Return to bug 21403