[Koha-cvs] koha/C4/Circulation Circ2.pm [dev_week]

Mason James szrj1m at yahoo.com
Tue May 15 23:16:05 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/05/15 21:16:05

Modified files:
	C4/Circulation : Circ2.pm 

Log message:
	oops, comment for prev. commit 
	issuingrules: updated devweek's issuebook() sub, with a newer version from katipo, with some recent holidays changes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Circ2.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.87.2.14.2.24&r2=1.87.2.14.2.25

Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Attic/Circ2.pm,v
retrieving revision 1.87.2.14.2.24
retrieving revision 1.87.2.14.2.25
diff -u -b -r1.87.2.14.2.24 -r1.87.2.14.2.25
--- Circ2.pm	15 May 2007 20:55:23 -0000	1.87.2.14.2.24
+++ Circ2.pm	15 May 2007 21:16:05 -0000	1.87.2.14.2.25
@@ -3,7 +3,7 @@
 
 package C4::Circulation::Circ2;
 
-# $Id: Circ2.pm,v 1.87.2.14.2.24 2007/05/15 20:55:23 sushi Exp $
+# $Id: Circ2.pm,v 1.87.2.14.2.25 2007/05/15 21:16:05 sushi Exp $
 
 #package to deal with Returns
 #written 3/11/99 by olwen at katipo.co.nz
@@ -995,6 +995,7 @@
         }
         # Record the fact that this book was issued.
         &UpdateStats($env,$env->{'branchcode'},'issue',$charge,'',$iteminformation->{'itemnumber'},$iteminformation->{'itemtype'},$borrower->{'borrowernumber'});
+# moo
     }
 }
 





More information about the Koha-cvs mailing list