Bug 12528 - fix problem when insert OPACEnhancedMessagingPreferences
[koha.git] / installer / data / mysql / atomicupdate / sysprefs_Bug12528.sql
1 INSERT INTO systempreferences ( value, variable, options, explanation,type )
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';