koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha request.pl,1.16,1.17


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha request.pl,1.16,1.17
Date: Wed, 30 Oct 2002 06:01:30 -0800

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv26608

Modified Files:
        request.pl 
Log Message:
Added explanatory comment.


Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** request.pl  13 Oct 2002 07:34:53 -0000      1.16
--- request.pl  30 Oct 2002 14:01:26 -0000      1.17
***************
*** 182,185 ****
--- 182,187 ----
      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) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]