Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a392f326

Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt

  • ID a392f326033c164b28be8f17020f3c3a4e2e29a7
  • Vorgänger a445f9c1
  • Nachfolger 70fd39ce

part_type - Überschrift für Sortimente in generate_report

Unterschiede anzeigen:

bin/mozilla/ic.pl
259 259
  my $cvar_configs = CVar->get_configs('module' => 'IC');
260 260

  
261 261
  my %titles = (
262
    ''       => $locale->text('Articles'),
263
    part     => $locale->text('Parts'),
264
    service  => $locale->text('Services'),
265
    assembly => $locale->text('Assemblies'),
262
    ''         => $locale->text('Articles'),
263
    part       => $locale->text('Parts'),
264
    service    => $locale->text('Services'),
265
    assembly   => $locale->text('Assemblies'),
266
    assortment => $locale->text('Assortments'),
266 267
  );
267 268

  
268 269
  $form->{title} = $titles{$form->{searchitems}};

Auch abrufbar als: Unified diff