X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/7712480e4a082f84a2229f5b1a90d79a6c01255b..f790c80ac150ea6f8ff911fa0b87c9fd908948bc:/SL/OE.pm 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};