@@ -, +, @@ depend on EnhancedMessagingPreferences to display - without patch : - set EnhancedMessagingPreference to "Don't Allow" and go to patron record : there is no Notices tab - set EnhancedMessagingPreference to "Allow" and og to patron record : there is a Notices tab - apply this patch : - go to patron record, you cas see a Notices tab - change the value of EnhanceMessagingPreferences, Notices tab is always visible. --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 -- koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc | 2 -- 2 files changed, 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -82,9 +82,7 @@ [% IF ( CAN_user_parameters ) %] [% IF ( logview ) %]
  • [% ELSE %]
  • [% END %]Modification log
  • [% END %] - [% IF ( EnhancedMessagingPreferences ) %] [% IF ( sentnotices ) %]
  • [% ELSE %]
  • [% END %]Notices
  • - [% END %] [% IF ( CAN_user_borrowers ) %] [% IF ( statisticsview ) %]
  • [% ELSE %]
  • [% END %]Statistics
  • --- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc @@ -12,9 +12,7 @@ [% IF ( CAN_user_parameters ) %] [% IF ( logview ) %]
  • [% ELSE %]
  • [% END %]Modification log
  • [% END %] - [% IF ( EnhancedMessagingPreferences ) %] [% IF ( sentnotices ) %]
  • [% ELSE %]
  • [% END %]Notices
  • - [% END %] [% IF ( statisticsview ) %]
  • [% ELSE %]
  • [% END %]Statistics
  • [% IF EnableBorrowerFiles %] [% IF ( borrower_files ) %]
  • [% ELSE %]
  • [% END %]Files
  • --