Bug 18181: Can't tell which subscriptions already have a routing list if seeing all...
[koha.git] / serials / subscription-add.pl
index 1aa7964..f66b650 100755 (executable)
@@ -149,7 +149,6 @@ my @previoustypearg =
     map { { code => $_, value => $typeloop->{$_}{'description'}, selected => ( ( $subs->{previousitemtype} and $_ eq $subs->{previousitemtype} ) ? "selected=\"selected\"" : "" ), } } sort keys %{$typeloop};
 
 $template->param(
-    branchloop               => $branchloop,
     typeloop                 => \@typearg,
     previoustypeloop         => \@previoustypearg,
     locations_loop=>$locations_loop,