@@ -, +, @@ patron's logs - View a patron detail page - Click "Modification log" - Notice that the url has "modules=MEMBERS&modules=circulation", but - Right after you click "Modification log" you will see all the - Submit the form without changing any input/select from the form - Apply the patch - Click "Modification log" - Notice that the url now contains "modules=MEMBERS&modules=CIRCULATION" - Submit the form without changing any input/select from the form --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -98,7 +98,7 @@ [% END %] [% END %] [% IF ( CAN_user_tools_view_system_logs ) %] - [% IF ( logview ) %]
  • [% ELSE %]
  • [% END %]Modification log
  • + [% IF ( logview ) %]
  • [% ELSE %]
  • [% END %]Modification log
  • [% END %] [% IF CAN_user_borrowers_edit_borrowers %] [% IF ( sentnotices ) %]
  • [% ELSE %]
  • [% END %]Notices
  • --