[Koha-cvs] koha/acqui order.pl

Antoine Farnault antoine at koha-fr.org
Mon Jul 31 16:49:56 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/31 14:49:56

Modified files:
	acqui          : order.pl 

Log message:
	FIXME added. 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/order.pl?cvsroot=koha&r1=1.18&r2=1.19

Patches:
Index: order.pl
===================================================================
RCS file: /sources/koha/koha/acqui/order.pl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- order.pl	27 Jul 2006 13:32:41 -0000	1.18
+++ order.pl	31 Jul 2006 14:49:56 -0000	1.19
@@ -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: order.pl,v 1.18 2006/07/27 13:32:41 toins Exp $
+# $Id: order.pl,v 1.19 2006/07/31 14:49:56 toins Exp $
 
 =head1 NAME
 
@@ -96,6 +96,7 @@
 for ( my $i = 0 ; $i < $count ; $i++ ) {
     my $orders  = GetPendingOrders( $suppliers[$i]->{'id'} );
     my $ordcount = scalar @$orders;
+# FIXME : $ordcount seems to be equals to 0 each times...
     
     my %line;
     if ( $toggle == 0 ) {





More information about the Koha-cvs mailing list