koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mason James
Subject: [Koha-cvs] koha/C4/Circulation Circ2.pm [dev_week]
Date: Mon, 04 Feb 2008 01:06:29 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     08/02/04 01:06:29

Modified files:
        C4/Circulation : Circ2.pm 

Log message:
        typo

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.35&r2=1.87.2.14.2.36

Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Attic/Circ2.pm,v
retrieving revision 1.87.2.14.2.35
retrieving revision 1.87.2.14.2.36
diff -u -b -r1.87.2.14.2.35 -r1.87.2.14.2.36
--- Circ2.pm    19 Nov 2007 14:46:24 -0000      1.87.2.14.2.35
+++ Circ2.pm    4 Feb 2008 01:06:29 -0000       1.87.2.14.2.36
@@ -3,7 +3,7 @@
 
 package C4::Circulation::Circ2;
 
-# $Id: Circ2.pm,v 1.87.2.14.2.35 2007/11/19 14:46:24 kylemhall Exp $
+# $Id: Circ2.pm,v 1.87.2.14.2.36 2008/02/04 01:06:29 sushi Exp $
 
 #package to deal with Returns
 #written 3/11/99 by address@hidden
@@ -75,7 +75,7 @@
 @EXPORT = qw(&getpatroninformation
        &currentissues &getissues &getiteminformation &renewstatus &renewbook
        &canbookbeissued &issuebook &returnbook &find_reserves &transferbook 
&decode
-       &calc_charges &listitemsforinventory &itemseen &fixdate, 
&getIssuingRule);
+       &calc_charges &listitemsforinventory &itemseen &fixdate  
&getIssuingRule);
 
 # &getbranches &getprinters &getbranch &getprinter => moved to C4::Koha.pm
 
@@ -2089,6 +2089,7 @@
         return $result;
     }
     return;
+}
 
 1;
 __END__




reply via email to

[Prev in Thread] Current Thread [Next in Thread]