From 2b5789caff059776e1440f6dd6a4584a7cb030e6 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 8 Jul 2008 08:12:34 +0000 Subject: [PATCH] =?utf8?q?Query=20nicht=20doppelt=20ausf=C3=BChren.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DO.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/SL/DO.pm b/SL/DO.pm index ef6a10b69..28eb85436 100644 --- a/SL/DO.pm +++ b/SL/DO.pm @@ -403,8 +403,6 @@ sub mark_orders_if_delivered { 'oe_id' => $oe_id,); my %ordered = (); - do_statement($form, $sth, $query, $oe_id); - while (my $ref = $sth->fetchrow_hashref()) { $ref->{baseqty} = $ref->{qty} * $all_units->{$ref->{unit}}->{factor} / $all_units->{$ref->{partunit}}->{factor}; -- 2.20.1