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:
Marcel de Rooy 2024-01-19 09:53:14 +00:00 committed by Fridolin Somers
parent dfcefec309
commit 49e9002f0a

View file

@ -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>