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

paul poulain paul at koha-fr.org
Mon Dec 5 10:41:35 CET 2005


Index: koha/circ/circulation.pl
diff -u koha/circ/circulation.pl:1.81.2.6 koha/circ/circulation.pl:1.81.2.7
--- koha/circ/circulation.pl:1.81.2.6	Tue Nov 29 14:50:29 2005
+++ koha/circ/circulation.pl	Mon Dec  5 09:41:35 2005
@@ -125,7 +125,7 @@
 	$borrower = getpatroninformation(\%env,$borrowernumber,0);
 	my ($od,$issue,$fines)=borrdata2(\%env,$borrowernumber);
 	warn $borrower->{'expiry'};
- 	my $warningdate = DateCalc($borrower->{'expiry'},"- ".C4::Context->preference('NotifiyBorrowerDeparture')."  days");
+ 	my $warningdate = DateCalc($borrower->{'expiry'},"- ".C4::Context->preference('NotifyBorrowerDeparture')."  days");
 	my $warning=Date_Cmp(ParseDate("today"),$warningdate);
 	if ($warning>0){ 
 		#borrowercard expired





More information about the Koha-cvs mailing list