From 48d732b860b6b83415e05ac20c22b49657e8ad05 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 21 Sep 2018 18:35:06 -0300 Subject: [PATCH] Bug 21397: Mark "Routing list" tab as active when selected /members/routing-lists.pl?borrowernumber=5 show the different tab of the menu but "Routing lists" is not displayed as the selected one (active). "routinglistview" must be set and passed to the template Test plan: Enable the RoutingSerials pref and hit /members/routing-lists.pl?borrowernumber=42 The "Routing lists" tab must be selected/active --- members/routing-lists.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/members/routing-lists.pl b/members/routing-lists.pl index c9b514f6f0..51c6645430 100755 --- a/members/routing-lists.pl +++ b/members/routing-lists.pl @@ -55,6 +55,7 @@ $template->param( patron => $patron, findborrower => $findborrower, branch => $branch, # FIXME This is confusing + routinglistview => 1, ); if (C4::Context->preference('ExtendedPatronAttributes')) { -- 2.11.0