From c9dd5a958ce071ad709b82c2ef3a94aaf38040e0 Mon Sep 17 00:00:00 2001 From: Bernd Blessmann Date: Tue, 1 Jun 2010 12:46:47 +0200 Subject: [PATCH] Eine Debugmeldung zuviel. Entfernt. --- SL/WH.pm | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1