koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha request.pl,1.19,1.20


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha request.pl,1.19,1.20
Date: Thu, 23 Jan 2003 01:48:47 -0800

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

Modified Files:
        request.pl 
Log Message:
bugfixes : 
uses C4::Auth; added to request.pl
one </TMPL_IF> needed in request.tmpl

Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** request.pl  22 Jan 2003 23:33:39 -0000      1.19
--- request.pl  23 Jan 2003 09:48:44 -0000      1.20
***************
*** 28,31 ****
--- 28,32 ----
  use C4::Search;
  use C4::Output;
+ use C4::Auth;
  use C4::Reserves2;
  use C4::Biblio;
***************
*** 67,71 ****
  ($branch) || ($branch = 'L');
  my $branches = getbranches();
- my $branchoptions = branchoptions($branch);
  # make branch selection options...
  my @branchloop;
--- 68,71 ----
***************
*** 154,158 ****
                $reserve{'biblionumber'}=$item->{'biblionumber'};
                $reserve{'wbrcode'} = $res->{'branchcode'};
!               $reserve{'wbrname'} = $branches->{$wbrcd}->{'branchname'};
      }
      $reserve{'date'} = slashifyDate($res->{'reservedate'});
--- 154,158 ----
                $reserve{'biblionumber'}=$item->{'biblionumber'};
                $reserve{'wbrcode'} = $res->{'branchcode'};
!               $reserve{'wbrname'} = 
$branches->{$res->{'branchcode'}}->{'branchname'};
      }
      $reserve{'date'} = slashifyDate($res->{'reservedate'});




reply via email to

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