Nur ein globales Locale-Objekt anlegen
[kivitendo-erp.git] / SL / IC.pm
index dd7c08d..0256e3d 100644 (file)
--- 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;