[Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.7,1.8

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Jan 28 01:49:58 CET 2003


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

Modified Files:
	selectbranchprinter.pl 
Log Message:
Adding variable declarations

Index: selectbranchprinter.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/selectbranchprinter.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** selectbranchprinter.pl	23 Jan 2003 11:29:13 -0000	1.7
--- selectbranchprinter.pl	28 Jan 2003 00:49:55 -0000	1.8
***************
*** 94,97 ****
--- 94,100 ----
  
  # if there is only one....
+ my $printername;
+ my $branchname;
+ 
  my $oneprinter=($printercount==1) ;
  my $onebranch=($branchcount==1) ;
***************
*** 112,116 ****
  my ($template, $borrowernumber, $cookie)
      = get_template_and_user({template_name => "circ/selectbranchprinter.tmpl",
! 							query => $input,
                              type => "intranet",
                              authnotrequired => 0,
--- 115,119 ----
  my ($template, $borrowernumber, $cookie)
      = get_template_and_user({template_name => "circ/selectbranchprinter.tmpl",
! 							query => $query,
                              type => "intranet",
                              authnotrequired => 0,





More information about the Koha-cvs mailing list