Bug 19621: Use Koha.Preference on template side to display/hide "Routing lists" tab
[koha.git] / members / routing-lists.pl
index b03be94..be9a863 100755 (executable)
@@ -91,7 +91,6 @@ $template->param(
     borrowernumber    => $borrowernumber,
     branch            => $branch,
     categoryname      => $patron_info->{description},
-    RoutingSerials    => C4::Context->preference('RoutingSerials'),
 );
 
 if (C4::Context->preference('ExtendedPatronAttributes')) {