koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/circ returns.pl,1.32,1.32.2.1


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/circ returns.pl,1.32,1.32.2.1
Date: Tue, 17 Feb 2004 14:15:09 -0800

Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3237/circ

Modified Files:
      Tag: rel_2_0
        returns.pl 
Log Message:
Adding variable declarations so that 'waiting' screen shows same information 
'reserved' screen does, adding more address info

Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -C2 -r1.32 -r1.32.2.1
*** returns.pl  28 Oct 2003 19:34:05 -0000      1.32
--- returns.pl  17 Feb 2004 22:15:06 -0000      1.32.2.1
***************
*** 189,192 ****
--- 189,199 ----
                $template->param(       found => 1,
                                                                                
name => $name,
+                                                                               
borfirstname => $borr->{'firstname'},
+                                                                               
borsurname => $borr->{'surname'},
+                                                                               
bortitle => $borr->{'title'},
+                                                                               
borphone => $borr->{'phone'},
+                                                                               
borstraddress => $borr->{'streetaddress'},
+                                                                               
borcity => $borr->{'city'},
+                                                                               
borzip => $borr->{'zipcode'},
                                                                                
bornum => $res->{'borrowernumber'},
                                                                                
borcnum => $borr->{'cardnumber'},
***************
*** 218,222 ****
                                                                                
borstraddress => $borr->{'streetaddress'},
                                                                                
borsub => $borr->{'suburb'},
!                                                                               
bortown => $borr->{'town'},
                                                                                
boremail => $borr->{'emailadress'},
                                                                                
barcode => $barcode
--- 225,230 ----
                                                                                
borstraddress => $borr->{'streetaddress'},
                                                                                
borsub => $borr->{'suburb'},
!                                                                               
borcity => $borr->{'city'},
!                                                                               
borzip => $borr->{'zipcode'},
                                                                                
boremail => $borr->{'emailadress'},
                                                                                
barcode => $barcode




reply via email to

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