From 2131829c6bbe5f394abd3b44490317af3be61c37 Mon Sep 17 00:00:00 2001 From: finlayt Date: Tue, 7 May 2002 04:36:00 +0000 Subject: [PATCH] changed the destination branch dropdown to only show branches that have categorycode == CU, ie can be current branch. --- circ/branchtransfers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl index ae2144eb41..32476dd83a 100755 --- a/circ/branchtransfers.pl +++ b/circ/branchtransfers.pl @@ -33,7 +33,7 @@ my $frbranchcd=''; # set up the branchselect options.... my $tobranchoptions; foreach my $br (keys %$branches) { - (next) if $branches->{$br}->{'PE'}; + (next) unless $branches->{$br}->{'CU'}; my $selected=''; ($selected='selected') if ($br eq $tobranchcd); $tobranchoptions.="