[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/circ returns.pl,1.32,1.33
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/circ returns.pl,1.32,1.33 |
Date: |
Tue, 17 Feb 2004 14:15:36 -0800 |
Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3305/circ
Modified Files:
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.33
diff -C2 -r1.32 -r1.33
*** returns.pl 28 Oct 2003 19:34:05 -0000 1.32
--- returns.pl 17 Feb 2004 22:15:33 -0000 1.33
***************
*** 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/circ returns.pl,1.32,1.33,
Owen Leonard <=