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:
3702484
)
debug code
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 5 Mar 2010 15:35:27 +0000
(16:35 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 5 Mar 2010 15:35:27 +0000
(16:35 +0100)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
dd7c08d
..
b0c58d7
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-1021,8
+1021,6
@@
sub all_parts {
sub_module => $bsooqr ? [ uniq grep { $oe_flag_to_cvar{$form->{$_}} } @oe_flags ] : undef,
);
- $::lxdebug->dump(0, "\@cvar_val", \@cvar_values);
-
if ($cvar_where) {
$where_clause .= qq| AND ($cvar_where)|;
push @bind_vars, @cvar_values;