[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha C4/CirculationCirc2.pm reserve/request.pl
From: |
LAURIN arnaud |
Subject: |
[Koha-cvs] koha C4/CirculationCirc2.pm reserve/request.pl |
Date: |
Wed, 07 Jun 2006 13:47:55 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: LAURIN arnaud <alaurin> 06/06/07 13:47:55
Modified files:
C4/Circulation : Circ2.pm
reserve : request.pl
Log message:
change the name of function : "get_return_date_of" to
"get_current_date_of"
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Circ2.pm?cvsroot=koha&r1=1.110&r2=1.111
http://cvs.savannah.gnu.org/viewcvs/koha/reserve/request.pl?cvsroot=koha&r1=1.3&r2=1.4
Patches:
Index: C4/Circulation/Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -b -r1.110 -r1.111
--- C4/Circulation/Circ2.pm 7 Jun 2006 03:11:35 -0000 1.110
+++ C4/Circulation/Circ2.pm 7 Jun 2006 13:47:55 -0000 1.111
@@ -3,7 +3,7 @@
package C4::Circulation::Circ2;
-# $Id: Circ2.pm,v 1.110 2006/06/07 03:11:35 bob_lyon Exp $
+# $Id: Circ2.pm,v 1.111 2006/06/07 13:47:55 alaurin Exp $
#package to deal with Returns
#written 3/11/99 by address@hidden
@@ -81,7 +81,7 @@
&listitemsforinventory
&itemseen
&fixdate
- get_return_date_of
+ get_current_return_date_of
get_transfert_infos
&checktransferts
&GetReservesForBranch
@@ -2046,7 +2046,7 @@
}
-sub get_return_date_of {
+sub get_current_return_date_of {
my (@itemnumbers) = @_;
my $query = '
Index: reserve/request.pl
===================================================================
RCS file: /sources/koha/koha/reserve/request.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- reserve/request.pl 6 Jun 2006 12:26:57 -0000 1.3
+++ reserve/request.pl 7 Jun 2006 13:47:55 -0000 1.4
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: request.pl,v 1.3 2006/06/06 12:26:57 alaurin Exp $
+# $Id: request.pl,v 1.4 2006/06/07 13:47:55 alaurin Exp $
#script to place reserves/requests
#writen 2/1/00 by address@hidden
@@ -224,7 +224,7 @@
my $itemtypeinfos_of = get_itemtypeinfos_of(@itemtypes);
-my $return_date_of = get_return_date_of(@itemnumbers);
+my $return_date_of = get_current_return_date_of(@itemnumbers);
my @bibitemloop;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha C4/CirculationCirc2.pm reserve/request.pl,
LAURIN arnaud <=