Bugzilla – Attachment 49357 Details for
Bug 16030
Automatic item modifications by age missing from admin sidebar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16030: Add 'Automatic item modifications by age' to the tool sidebar
PASSED-QA-Bug-16030-Add-Automatic-item-modificatio.patch (text/plain), 1.52 KB, created by
Katrin Fischer
on 2016-03-20 21:54:05 UTC
(
hide
)
Description:
[PASSED QA] Bug 16030: Add 'Automatic item modifications by age' to the tool sidebar
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-03-20 21:54:05 UTC
Size:
1.52 KB
patch
obsolete
>From 8f385881b0b42d55faa6caae429d94b9a50d35b0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 16 Mar 2016 10:14:44 +0000 >Subject: [PATCH] [PASSED QA] Bug 16030: Add 'Automatic item modifications by > age' to the tool sidebar >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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> >--- > 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 %] > <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 %] >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16030
:
49206
|
49209
| 49357