X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FWH.pm;h=669b295fef3479ccf48b01e334eaafd7d4404911;hb=50418558d521022a3c23d5edf431b2a41daae0f8;hp=a2df9f3b44ce2e59af0723caeea7029a5ec38632;hpb=72f25b5383e66ac43ffb0eeabdcc989f9ac4cb10;p=kivitendo-erp.git 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