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

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 30 15:01:30 CET 2002


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) {





More information about the Koha-cvs mailing list