Bug 35389: (QA follow-up) Update circ-nav too
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>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit acafc292b6
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
dfcefec309
commit
49e9002f0a
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue