Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fb84ef15

Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt

  • ID fb84ef1587044f423b948c60f66fd08b5d4e12a6
  • Vorgänger 186243bc
  • Nachfolger 0a2fb69e

Pflichtenhefte: Konfiguration für benutzerdefinierte Variablen anlegen

Unterschiede anzeigen:

SL/Controller/CustomVariableConfig.pm
158 158
sub init_modules {
159 159
  my ($self, %params) = @_;
160 160

  
161
  return [
162
    { module => 'CT',       description => t8('Customers and vendors')          },
163
    { module => 'Contacts', description => t8('Contact persons')                },
164
    { module => 'IC',       description => t8('Parts, services and assemblies') },
165
    { module => 'Projects', description => t8('Projects')                       },
166
  ];
161
  return [ sort { $a->{description}->translated cmp $b->{description}->translated } (
162
    { module => 'CT',               description => t8('Customers and vendors')          },
163
    { module => 'Contacts',         description => t8('Contact persons')                },
164
    { module => 'IC',               description => t8('Parts, services and assemblies') },
165
    { module => 'Projects',         description => t8('Projects')                       },
166
    { module => 'RequirementSpecs', description => t8('Requirement Specs')              },
167
  )];
167 168
}
168 169

  
169 170
sub create_or_update {

Auch abrufbar als: Unified diff