]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/WH.pm
Fehler im Bootstrapping besser handhaben.
[kivitendo-erp.git] / SL / WH.pm
index a2df9f3b44ce2e59af0723caeea7029a5ec38632..669b295fef3479ccf48b01e334eaafd7d4404911 100644 (file)
--- 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 : '';
         ( 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
   my $query =
   qq|SELECT DISTINCT $select{trans}
     FROM inventory i1