[Koha-cvs] koha/tools overduerules.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Oct 2 17:42:33 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/02 15:42:33

Modified files:
	tools          : overduerules.pl 

Log message:
	add a call to Letters.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/tools/overduerules.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.1&r2=1.3.2.2

Patches:
Index: overduerules.pl
===================================================================
RCS file: /sources/koha/koha/tools/overduerules.pl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -b -r1.3.2.1 -r1.3.2.2
--- overduerules.pl	28 Sep 2006 16:34:15 -0000	1.3.2.1
+++ overduerules.pl	2 Oct 2006 15:42:32 -0000	1.3.2.2
@@ -27,6 +27,7 @@
 use C4::Koha;
 use C4::Interface::CGI::Output;
 use HTML::Template;
+use C4::Letters;
 
 my $input = new CGI;
 my $dbh = C4::Context->dbh;





More information about the Koha-cvs mailing list