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.12,1.13


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.12,1.13
Date: Thu, 25 Sep 2003 02:11:26 -0700

Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv26277

Modified Files:
        selectbranchprinter.pl 
Log Message:
Fixing bug 619


Index: selectbranchprinter.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/selectbranchprinter.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** selectbranchprinter.pl      5 May 2003 20:57:56 -0000       1.12
--- selectbranchprinter.pl      25 Sep 2003 09:11:24 -0000      1.13
***************
*** 63,68 ****
  my $oldprinter = $printer;
  
! $branch='';
! $printer='';
  
  
--- 63,68 ----
  my $oldprinter = $printer;
  
! #$branch='';
! #$printer='';
  
  
***************
*** 103,112 ****
  my $onebranch=($branchcount==1) ;
  if ($printercount==1) {
!     ($printer)=keys %$printers;
!       $printername=$printers->{$printer}->{printername};
  }
  if ($branchcount==1) {
!     ($branch)=keys %$branches;
!       $branchname=$branches->{$branch}->{branchname};
  }
  
--- 103,112 ----
  my $onebranch=($branchcount==1) ;
  if ($printercount==1) {
!     my ($tmpprinter)=keys %$printers;
!       $printername=$printers->{$tmpprinter}->{printername};
  }
  if ($branchcount==1) {
!     my ($tmpbranch)=keys %$branches;
!       $branchname=$branches->{$tmpbranch}->{branchname};
  }
  




reply via email to

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