Bug 16030: Add 'Automatic item modifications by age' to the tool sidebar
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 Mar 2016 10:14:44 +0000 (10:14 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Mon, 21 Mar 2016 22:38:55 +0000 (22:38 +0000)
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.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc

index d4c19bc..4ef2a8e 100644 (file)
@@ -68,6 +68,9 @@
     [% IF CAN_user_tools_records_batchmod %]
       <li><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></li>
     [% END %]
+    [% IF CAN_user_tools_items_batchmod %]
+      <li><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></li>
+    [% END %]
     [% IF ( CAN_user_tools_export_catalog ) %]
     <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
     [% END %]