From fc4cc96f9605d789a39844ab250df82bc0b98f2d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 16 Mar 2016 10:14:44 +0000 Subject: [PATCH] Bug 16030: Add 'Automatic item modifications by age' to the tool sidebar Test plan: Go on a page of the tools module You should see a "Automatic item modifications by age" link Click on it The list should not be styled to highlight the fact that you are on this page. --- koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc index d4c19bc..4ef2a8e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc @@ -68,6 +68,9 @@ [% IF CAN_user_tools_records_batchmod %]
  • Batch record modification
  • [% END %] + [% IF CAN_user_tools_items_batchmod %] +
  • Automatic item modifications by age
  • + [% END %] [% IF ( CAN_user_tools_export_catalog ) %]
  • Export data
  • [% END %] -- 2.7.0