[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha request.pl,1.5,1.6
From: |
Finlay Thompson |
Subject: |
[Koha-cvs] CVS: koha request.pl,1.5,1.6 |
Date: |
Thu, 25 Jul 2002 18:08:15 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv27704
Modified Files:
request.pl
Log Message:
removed some warn statments.
Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** request.pl 25 Jul 2002 21:42:26 -0000 1.5
--- request.pl 26 Jul 2002 01:08:13 -0000 1.6
***************
*** 37,41 ****
my $branches = getbranches();
- warn $branch;
my $branchoptions = branchoptions($branch);
--- 37,40 ----
***************
*** 84,88 ****
my $prioropt = priorityoptions($count, $res->{'priority'});
my $bropt = branchoptions($res->{'branchcode'});
- warn $res->{'branchcode'};
my $bor=$res->{'borrowernumber'};
$date = slashifyDate($res->{'reservedate'});
--- 83,86 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha request.pl,1.5,1.6,
Finlay Thompson <=