From c981ae9957559771c0a81a610d47c70e19f78137 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 13 May 2002 20:32:36 +0000 Subject: [PATCH] oops, removing 3 test lines... (ending by a die !) --- C4/Acquisitions.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/C4/Acquisitions.pm b/C4/Acquisitions.pm index f42810b954..f7d400b5bf 100644 --- a/C4/Acquisitions.pm +++ b/C4/Acquisitions.pm @@ -214,10 +214,6 @@ and (("; $query.=" and (quantityreceived < quantity or quantityreceived is NULL)"; } $query.=" group by aqorders.ordernumber"; - my $input=new CGI; -print $input->header(); -print $query; -die; my $sth=$dbh->prepare($query); # print $query; $sth->execute; -- 2.39.5