[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ circulation.pl [rel_2_2]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/circ circulation.pl [rel_2_2] |
Date: |
Tue, 14 Mar 2006 17:01:56 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Owen Leonard <address@hidden> 06/03/14 17:01:56
Modified files:
circ : circulation.pl
Log message:
Adding expiry variable to template so that date can be displayed with
warnings about pending expiration.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/circ/circulation.pl.diff?only_with_tag=rel_2_2&tr1=1.81.2.12&tr2=1.81.2.13&r1=text&r2=text
Patches:
Index: koha/circ/circulation.pl
diff -u koha/circ/circulation.pl:1.81.2.12 koha/circ/circulation.pl:1.81.2.13
--- koha/circ/circulation.pl:1.81.2.12 Mon Mar 13 21:51:30 2006
+++ koha/circ/circulation.pl Tue Mar 14 17:01:56 2006
@@ -296,6 +296,7 @@
printername => $printers->{$printer}->{'printername'},
firstname => $borrower->{'firstname'},
surname => $borrower->{'surname'},
+ expiry => format_date($borrower->{'expiry'}),
categorycode => $borrower->{'categorycode'},
streetaddress => $borrower->{'streetaddress'},
emailaddress => $borrower->{'emailaddress'},