X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/72f25b5383e66ac43ffb0eeabdcc989f9ac4cb10..e46c68251a55936a943e89c4fa6c3be7beff3f05:/SL/WH.pm 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