Merge remote-tracking branch 'kc/new/bug_6755' into kcmaster
[koha.git] / admin / branch_transfer_limits.pl
index abba127..8c6f42e 100755 (executable)
@@ -58,6 +58,7 @@ my @branch_loop;
 for my $thisbranch (sort { $branches->{$a}->{branchname} cmp $branches->{$b}->{branchname} } keys %$branches) {
     my %row =(value => $thisbranch,
               branchname => $branches->{$thisbranch}->{'branchname'},
+              selected => $thisbranch eq $branchcode ? 1 : 0,
              );
     push @branch_loop, \%row;
 }