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

(-)a/installer/data/mysql/atomicupdate/sysprefs_Bug12528.sql (-4 / +2 lines)
Lines 1-4 Link Here
1
INSERT INTO systempreferences ( variable, value, options, explanation,type ) VALUES
1
INSERT INTO systempreferences ( value, variable, options, explanation,type )
2
('OPACEnhancedMessagingPreferences', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo') ON DUPLICATE KEY UPDATE value ='1';
2
select value ,'OPACEnhancedMessagingPreferences', NULL, 'If ON, allows patrons to select to receive additional messages about items due or nearly due.', 'YesNo' from systempreferences where variable='EnhancedMessagingPreferences';
3
INSERT INTO systempreferences ( variable, value, options, explanation,type ) VALUES
4
('EnhancedMessagingPreferences', '1', NULL, 'If ON, allows patrons to select to receive additional messages about items due or nearly due.', 'YesNo') ON DUPLICATE KEY UPDATE value ='1';
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-2 / +1 lines)
Lines 164-170 Patrons: Link Here
164
           choices:
164
           choices:
165
               yes: Show
165
               yes: Show
166
               no: "Don't show"
166
               no: "Don't show"
167
         - "patron messaging setting on the OPAC (NOTE: EnhancedMessagingPreferences must be enabled)."
167
         - "patron messaging setting on the OPAC (note: EnhancedMessagingPreferences must be enabled)."
168
168
169
    "Norwegian patron database":
169
    "Norwegian patron database":
170
     -
170
     -
171
- 

Return to bug 12528