[Koha-cvs] koha/C4/Circulation Returns.pm [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Fri Nov 10 10:43:34 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/11/10 09:43:34

Modified files:
	C4/Circulation : Returns.pm 

Log message:
	fixes for transferts (+ new warning for deprecated sub)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Returns.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.10&r2=1.10.2.1

Patches:
Index: Returns.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Attic/Returns.pm,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -b -r1.10 -r1.10.2.1
--- Returns.pm	12 Jul 2006 14:07:03 -0000	1.10
+++ Returns.pm	10 Nov 2006 09:43:33 -0000	1.10.2.1
@@ -1,6 +1,6 @@
 package C4::Circulation::Returns;
 
-# $Id: Returns.pm,v 1.10 2006/07/12 14:07:03 btoumi Exp $
+# $Id: Returns.pm,v 1.10.2.1 2006/11/10 09:43:33 btoumi Exp $
 
 #package to deal with Returns
 #written 3/11/99 by olwen at katipo.co.nz
@@ -283,6 +283,7 @@
 # obsolete. So presumably this function is obsolete too.
 sub find_reserves {
   my ($env,$dbh,$itemno) = @_;
+	warn "!!!!! SHOULD NOT BE HERE : Returns::find_reserves is deprecated !!!";
   my $itemdata = getbibliofromitemnumber($env,$dbh,$itemno);
   my $sth = $dbh->prepare("select * from reserves where found is null
   and biblionumber = ? and cancellationdate is NULL





More information about the Koha-cvs mailing list