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

Joshua Ferraro jmf at kados.org
Thu Oct 5 21:59:07 CEST 2006


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,





More information about the Koha-cvs mailing list