View | Details | Raw Unified | Return to bug 8836
Collapse All | Expand All

(-)a/rotating_collections/transferCollection.pl (-1 / +1 lines)
Lines 69-74 foreach my $br ( keys %$branches ) { Link Here
69
    $branch{name} = $branches->{$br}->{'branchname'};
69
    $branch{name} = $branches->{$br}->{'branchname'};
70
    push( @branchoptionloop, \%branch );
70
    push( @branchoptionloop, \%branch );
71
}
71
}
72
@branchoptionloop = sort {$a->{name} cmp $b->{name}} @branchoptionloop;
72
73
73
## Get data about collection
74
## Get data about collection
74
my ( $colId, $colTitle, $colDesc, $colBranchcode ) = GetCollection($colId);
75
my ( $colId, $colTitle, $colDesc, $colBranchcode ) = GetCollection($colId);
75
- 

Return to bug 8836