From: Moritz Bunkus Date: Fri, 2 Mar 2007 10:47:34 +0000 (+0000) Subject: Debugcode X-Git-Tag: release-2.4.3^2~639 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/f790c80ac150ea6f8ff911fa0b87c9fd908948bc Debugcode --- diff --git a/SL/OE.pm b/SL/OE.pm index e8756affa..609f8a9f1 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -121,8 +121,6 @@ sub transactions { $sth->execute(@values) || $form->dberror($query . " (" . join(", ", @values) . ")"); - dump_query(0, "laqje", $query, @values); - my %id = (); while (my $ref = $sth->fetchrow_hashref(NAME_lc)) { $ref->{exchangerate} = 1 unless $ref->{exchangerate};