X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIC.pm;h=0256e3d9c546256bc6e8fd3d6e6a0a8e8d85c10f;hb=c7edb24800396748f2bf1e40ff05f90a18d31b02;hp=dd7c08df18fb7c464ed3e5be03b5a697b02c9b2e;hpb=a1c4f3ced1a73e63c94377051edbe32462eb521a;p=kivitendo-erp.git diff --git a/SL/IC.pm b/SL/IC.pm index dd7c08df1..0256e3d9c 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -818,7 +818,7 @@ sub all_parts { ordnumber => 'apoe.', make => 'mm.', quonumber => 'apoe.', model => 'mm.', invnumber => 'apoe.', partsgroup => 'pg.', - lastcost => ' ', + lastcost => ' ', , soldtotal => ' ', factor => 'pfac.', 'SUM(ioi.qty)' => ' ', description => 'p.', @@ -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;