koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/acqui basket.pl


From: Antoine Farnault
Subject: [Koha-cvs] koha/acqui basket.pl
Date: Tue, 01 Aug 2006 08:30:58 +0000

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 );
address@hidden  = GetBasketContent( $basketno, $order );
address@hidden  = GetOrders( $basketno, $order );
 $count = scalar @results;
 
 my $line_total;     # total of each line




reply via email to

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