From 8dbee92c1013dcd76b800a48f207fecffae6d7bd Mon Sep 17 00:00:00 2001 From: arensb Date: Wed, 30 Oct 2002 14:01:26 +0000 Subject: [PATCH] Added explanatory comment. --- request.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/request.pl b/request.pl index 675625c448..2f75994b26 100755 --- a/request.pl +++ b/request.pl @@ -181,6 +181,8 @@ sub branchoptions { my $out = ""; foreach my $br (keys %$branches) { (next) unless $branches->{$br}->{'IS'}; + # Only branches with the 'IS' branchrelation + # can issue books my $selected = ""; if ($br eq $selbr) { $selected = "selected"; -- 2.39.2