koha-cvs
[Top][All Lists]
Advanced

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

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


From: paul poulain
Subject: [Koha-cvs] Changes to koha/circ/circulation.pl [rel_2_2]
Date: Mon, 05 Dec 2005 04:41:35 -0500

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




reply via email to

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