[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.7,1.8
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.7,1.8 |
Date: |
Mon, 27 Jan 2003 16:49:58 -0800 |
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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.7,1.8,
Henri-Damien LAURENT <=
- Prev by Date:
[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.14,1.15
- Next by Date:
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.9,1.10 aqbudget.pl,1.8,1.9
- Previous by thread:
[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.14,1.15
- Next by thread:
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.9,1.10 aqbudget.pl,1.8,1.9
- Index(es):