Bug 16157: Move the selected flag from GetAuthorisedValues to the templates
[koha.git] / serials / subscription-add.pl
index 31a1e35..a910354 100755 (executable)
@@ -146,7 +146,7 @@ for my $thisbranch (sort { $branches->{$a}->{branchname} cmp $branches->{$b}->{b
     };
 }
 
-my $locations_loop = GetAuthorisedValues("LOC",$subs->{'location'});
+my $locations_loop = GetAuthorisedValues("LOC");
 
 $template->param(branchloop => $branchloop,
     locations_loop=>$locations_loop,