[Koha-cvs] koha/circ returns.pl [rel_3_0]

paul poulain paul at koha-fr.org
Mon Nov 6 10:00:37 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/11/06 09:00:37

Modified files:
	circ           : returns.pl 

Log message:
	reintroducing C4::Date into returns.pl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/returns.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.43.2.2&r2=1.43.2.3

Patches:
Index: returns.pl
===================================================================
RCS file: /sources/koha/koha/circ/returns.pl,v
retrieving revision 1.43.2.2
retrieving revision 1.43.2.3
diff -u -b -r1.43.2.2 -r1.43.2.3
--- returns.pl	17 Oct 2006 09:53:19 -0000	1.43.2.2
+++ returns.pl	6 Nov 2006 09:00:37 -0000	1.43.2.3
@@ -26,7 +26,7 @@
 use strict;
 use CGI;
 use C4::Circulation::Circ2;
-#use C4::Date;
+use C4::Date;
 use C4::Search;
 use C4::Output;
 use C4::Print;





More information about the Koha-cvs mailing list