Bugzilla – Attachment 161178 Details for
Bug 35389
Hide 'Transfers to send' on circulation home page when stock rotation is disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35389: (QA follow-up) Update circ-nav too
Bug-35389-QA-follow-up-Update-circ-nav-too.patch (text/plain), 1.32 KB, created by
Marcel de Rooy
on 2024-01-19 09:55:51 UTC
(
hide
)
Description:
Bug 35389: (QA follow-up) Update circ-nav too
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-01-19 09:55:51 UTC
Size:
1.32 KB
patch
obsolete
>From 857c741d0b082e61b3cd5deb26559766d951cbeb Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 19 Jan 2024 09:53:14 +0000 >Subject: [PATCH] Bug 35389: (QA follow-up) Update circ-nav too >Content-Type: text/plain; charset=utf-8 > >As Katrin spotted, we need to not forget the sidebar menu. > >Test plan: >Check if the item is visible/invisible on the sidebar menu of >Circulation. (Depending on StockRotation pref.) > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >index 83372281df..d7a504fb76 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >@@ -101,9 +101,11 @@ > <a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a> > </li> > [% END %] >+ [% IF Koha.Preference('StockRotation') %] > <li> > <a href="/cgi-bin/koha/circ/transfers_to_send.pl">Transfers to send</a> > </li> >+ [% END %] > <li> > <a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a> > </li> >-- >2.30.2
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 35389
:
159204
|
160816
| 161178