http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528

--- Comment #29 from Frédéric Demians <[email protected]> ---
Suggestion for OPACEnhancedMessagingPreferences. It could have 3 values rather
than 2:

  0- Not displayed
  1- Displayed
  2- Modifiable 

When updating an existing DB (see Jonathan comment):

  my $emp = C4::Context->preference('EnhancedMessagingPreferences')
            ? 2 : 0;
  INSERT INTO systempreferences (variable, value, options, explanation, type)
VALUES
  ('OPACEnhancedMessagingPreferences', $emp, NULL,
    'Not display/display/modify patrons messaging setting on the OPAC.',
'YesNo')

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to