[Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.4,1.5

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 12:44:20 CEST 2002


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

Modified Files:
	selectbranchprinter.pl 
Log Message:
Removed trailing whitespace.


Index: selectbranchprinter.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/selectbranchprinter.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** selectbranchprinter.pl	12 Oct 2002 18:57:41 -0000	1.4
--- selectbranchprinter.pl	13 Oct 2002 10:44:17 -0000	1.5
***************
*** 27,31 ****
  
  
! # this is a reorganisation of circulationold.pl 
  # dividing it up into three scripts......
  # this will be the first one that chooses branch and printer settings....
--- 27,31 ----
  
  
! # this is a reorganisation of circulationold.pl
  # dividing it up into three scripts......
  # this will be the first one that chooses branch and printer settings....
***************
*** 106,110 ****
  } else {
      my ($printer) = keys %$printers;
! } 
  
  if ($branchcount>1) {
--- 106,110 ----
  } else {
      my ($printer) = keys %$printers;
! }
  
  if ($branchcount>1) {
***************
*** 114,118 ****
  } else {
      my ($branch) = keys %$branches;
! } 
  
  
--- 114,118 ----
  } else {
      my ($branch) = keys %$branches;
! }
  
  





More information about the Koha-cvs mailing list