projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f25b5
)
Eine Debugmeldung zuviel. Entfernt.
author
Bernd Blessmann
<bibi@online.de>
Tue, 1 Jun 2010 10:46:47 +0000
(12:46 +0200)
committer
Bernd Blessmann
<bibi@online.de>
Tue, 1 Jun 2010 10:46:47 +0000
(12:46 +0200)
SL/WH.pm
patch
|
blob
|
history
diff --git
a/SL/WH.pm
b/SL/WH.pm
index
a2df9f3
..
669b295
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 : '';
- $main::lxdebug->message(0, "where_clause = ".$where_clause);
my $query =
qq|SELECT DISTINCT $select{trans}
FROM inventory i1