Bugzilla – Attachment 82497 Details for
Bug 21615
"Stock rotation" is at the wrong place in the Tools left side menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21615: Move stock rotation in the tools menu
Bug-21615-Move-stock-rotation-in-the-tools-menu.patch (text/plain), 1.63 KB, created by
Martin Renvoize (ashimema)
on 2018-11-19 13:09:49 UTC
(
hide
)
Description:
Bug 21615: Move stock rotation in the tools menu
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-11-19 13:09:49 UTC
Size:
1.63 KB
patch
obsolete
>From 920b7c7b2b7a6ea00270f3fc00e7187efad2fa35 Mon Sep 17 00:00:00 2001 >From: Isobel Graham <isobel.graham09@gmail.com> >Date: Mon, 19 Nov 2018 12:08:33 +0000 >Subject: [PATCH] Bug 21615: Move stock rotation in the tools menu > >Mentored-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 bef464c37b..64f2a535ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >@@ -40,9 +40,6 @@ > [% IF ( CAN_user_tools_batch_upload_patron_images ) %] > <li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li> > [% END %] >- [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] >- <li><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></li> >- [% END %] > </ul> > <h5>Catalog</h5> > <ul> >@@ -74,6 +71,9 @@ > [% IF ( CAN_user_tools_rotating_collections ) %] > <li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li> > [% END %] >+ [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] >+ <li><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></li> >+ [% END %] > [% IF ( CAN_user_tools_marc_modification_templates ) %] > <li><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">Manage MARC modification templates</a></li> > [% END %] >-- >2.19.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 21615
:
82497
|
82525
|
82527
|
82549