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.25,1.26


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha request.pl,1.25,1.26
Date: Tue, 24 Jun 2003 01:32:38 -0700

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

Modified Files:
        request.pl 
Log Message:
fix for #477

Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** request.pl  15 May 2003 13:56:52 -0000      1.25
--- request.pl  24 Jun 2003 08:32:35 -0000      1.26
***************
*** 143,146 ****
--- 143,147 ----
        $reserve{'bornum'}=$res->{'borrowernumber'};
        $reserve{'firstname'}=$res->{'firstname'};
+       $reserve{'surname'}=$res->{'surname'};
        $reserve{'bornum'}=$res->{'borrowernumber'};
        $reserve{'notes'}=$res->{'reservenotes'};




reply via email to

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