koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.4,1.5
Date: Sun, 13 Oct 2002 03:44:20 -0700

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;
! }
  
  




reply via email to

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