Bug 21397: Mark "Routing list" tab as active when selected
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 21 Sep 2018 21:35:06 +0000 (18:35 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 26 Sep 2018 16:18:16 +0000 (16:18 +0000)
commit270a408949e69b97aff87a208a559c4736e20426
tree44b7c0d68b84e21448c09216f99351a1cbb301b8
parentb5becc84f5f2e8f82b765b5ebf3f87a84d89cfd8
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

Followed test plan and tab now shows as active.
Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
members/routing-lists.pl