koha-cvs
[Top][All Lists]
Advanced

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

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/circ circulation.pl [dev_week]
Date: Thu, 05 Oct 2006 19:59:07 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/10/05 19:59:07

Modified files:
        circ           : circulation.pl 

Log message:
        fix for Bug #1189: Some patrons' exipry doesn't show up on issues screen

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.81.2.14.2.6&r2=1.81.2.14.2.7

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.14.2.6
retrieving revision 1.81.2.14.2.7
diff -u -b -r1.81.2.14.2.6 -r1.81.2.14.2.7
--- circulation.pl      5 Oct 2006 19:53:49 -0000       1.81.2.14.2.6
+++ circulation.pl      5 Oct 2006 19:59:07 -0000       1.81.2.14.2.7
@@ -141,7 +141,8 @@
        if (Date_to_Days($today_year,$today_month,$today_day) > 
Date_to_Days($warning_year,$warning_month,$warning_day)) {
 
                #borrowercard expired or nearly expired, warn the librarian
-               $template->param(       warndeparture=>"1",
+               $template->param(       flagged=>"1",
+                                                       warndeparture=>"1",
                                                        
renewaldate=>"$renew_year-$renew_month-$renew_day");
        }
        $template->param(               overduecount => $od,




reply via email to

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