X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fbranch_transfer_limits.pl;h=8c6f42e419c2985def3435d468517b5373ae52f1;hb=224140a2b60aa7bbf4aeb352e1c31f80974a05db;hp=abba127476f4ab784c61cfdb067b781f072e12e6;hpb=7aa3a055914d4c8757455898208848619f5aaec5;p=koha_fer diff --git a/admin/branch_transfer_limits.pl b/admin/branch_transfer_limits.pl index abba127476..8c6f42e419 100755 --- a/admin/branch_transfer_limits.pl +++ b/admin/branch_transfer_limits.pl @@ -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; }