From: Sven Schöling Date: Fri, 5 Mar 2010 15:35:37 +0000 (+0100) Subject: Merge branch 'master' of ssh://lx-office/~/lx-office-erp X-Git-Tag: release-2.6.1beta1~12 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ad73be9c179367f2e85c2297297581ca092738f1;hp=767376708f2655c39b703dc639e1585ea4bcf8de;p=kivitendo-erp.git Merge branch 'master' of ssh://lx-office/~/lx-office-erp --- diff --git a/SL/IC.pm b/SL/IC.pm index dd7c08df1..b0c58d7eb 100644 --- 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;