From acafc292b61d33901525cbfe6d314b9c0363f301 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 19 Jan 2024 09:53:14 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer --- 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 @@ Transfer [% END %] + [% IF Koha.Preference('StockRotation') %]
  • Transfers to send
  • + [% END %]
  • Transfers to receive
  • -- 2.39.5