koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/acqui histsearch.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/acqui histsearch.pl [rel_3_0]
Date: Fri, 22 Dec 2006 16:56:25 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/12/22 16:56:25

Modified files:
        acqui          : histsearch.pl 

Log message:
        oups.. removing Data::Dumper

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/histsearch.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.8.2.2&r2=1.8.2.3

Patches:
Index: histsearch.pl
===================================================================
RCS file: /sources/koha/koha/acqui/histsearch.pl,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -b -r1.8.2.2 -r1.8.2.3
--- histsearch.pl       22 Dec 2006 16:49:20 -0000      1.8.2.2
+++ histsearch.pl       22 Dec 2006 16:56:25 -0000      1.8.2.3
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: histsearch.pl,v 1.8.2.2 2006/12/22 16:49:20 toins Exp $
+# $Id: histsearch.pl,v 1.8.2.3 2006/12/22 16:56:25 toins Exp $
 
 =head1 NAME
 
@@ -77,8 +77,6 @@
 my ( $order_loop, $total_qty, $total_price, $total_qtyreceived ) =
   &GetHistory( $title, $author, $name, $from_placed_on, $to_placed_on );
   
-  warn Data::Dumper::Dumper($order_loop);
-  
 $template->param(
     suggestions_loop        => $order_loop,
     total_qty               => $total_qty,




reply via email to

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