[Koha-cvs] koha/acqui basket.pl

Antoine Farnault antoine at koha-fr.org
Tue Aug 1 10:30:58 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/08/01 08:30:58

Modified files:
	acqui          : basket.pl 

Log message:
	GetBasketContent renamed to GetOrders.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/basket.pl?cvsroot=koha&r1=1.33&r2=1.34

Patches:
Index: basket.pl
===================================================================
RCS file: /sources/koha/koha/acqui/basket.pl,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- basket.pl	31 Jul 2006 14:11:57 -0000	1.33
+++ basket.pl	1 Aug 2006 08:30:58 -0000	1.34
@@ -20,7 +20,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: basket.pl,v 1.33 2006/07/31 14:11:57 toins Exp $
+# $Id: basket.pl,v 1.34 2006/08/01 08:30:58 toins Exp $
 
 use strict;
 use C4::Auth;
@@ -110,7 +110,7 @@
 $basket->{authorisedby} = $loggedinuser unless ( $basket->{authorisedby} );
 
 my ( $count, @results );
- at results  = GetBasketContent( $basketno, $order );
+ at results  = GetOrders( $basketno, $order );
 $count = scalar @results;
 
 my $line_total;     # total of each line





More information about the Koha-cvs mailing list