From: Bernd Blessmann Date: Tue, 1 Jun 2010 10:46:47 +0000 (+0200) Subject: Eine Debugmeldung zuviel. Entfernt. X-Git-Tag: release-2.6.2beta1~339^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c9dd5a958ce071ad709b82c2ef3a94aaf38040e0;p=kivitendo-erp.git Eine Debugmeldung zuviel. Entfernt. --- diff --git a/SL/WH.pm b/SL/WH.pm index a2df9f3b4..669b295fe 100644 --- a/SL/WH.pm +++ b/SL/WH.pm @@ -398,7 +398,6 @@ sub get_warehouse_journal { ( grep( { !/qty$/ and /^l_/ and $form->{$_} eq 'Y' } keys %$form), qw(l_parts_id l_partunit l_itime) ); $where_clause = defined($where_clause) ? $where_clause : ''; - $main::lxdebug->message(0, "where_clause = ".$where_clause); my $query = qq|SELECT DISTINCT $select{trans} FROM inventory i1