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

Kyle Hall kyle.m.hall at gmail.com
Mon May 14 17:19:28 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/05/14 15:19:28

Modified files:
	circ           : returns.pl 

Log message:
	

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/returns.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.37.2.6.2.11&r2=1.37.2.6.2.12

Patches:
Index: returns.pl
===================================================================
RCS file: /sources/koha/koha/circ/returns.pl,v
retrieving revision 1.37.2.6.2.11
retrieving revision 1.37.2.6.2.12
diff -u -b -r1.37.2.6.2.11 -r1.37.2.6.2.12
--- returns.pl	11 May 2007 04:59:15 -0000	1.37.2.6.2.11
+++ returns.pl	14 May 2007 15:19:28 -0000	1.37.2.6.2.12
@@ -28,7 +28,7 @@
 use CGI;
 use HTML::Template;
 use Data::Dumper;
-
+use C4::RotatingCollections;
 use C4::Circulation::Circ2;
 #use C4::Date;
 use C4::Search;
@@ -39,19 +39,6 @@
 use C4::Interface::CGI::Output;
 use C4::Koha;
 
-
-#wrapping PrintR.pm and C4::RotatingCollections call for CCFS in an 'if'
-# both files need to be commited to CVS :)
-
-my $library_name = C4::Context->preference("LibraryName");
-
-if ( $library_name =~ m/CCFLS/ ) {
-    eval "use Printr";
-    eval "use C4::RotatingCollections";
-}
-
-
-
 my $query = new CGI;
 
 #getting the template





More information about the Koha-cvs mailing list