[Koha-cvs] koha/circ circulation.pl [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Mar 14 18:01:56 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	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'},





More information about the Koha-cvs mailing list