Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dfe3ef68

Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt

  • ID dfe3ef68a4dec4df0b5e5136643b789b0e0a1945
  • Vorgänger 3a6ee9e9
  • Nachfolger 17891bb0

Zeiterfassung: SimpleSettings für Artikel

Unterschiede anzeigen:

SL/Controller/SimpleSystemSetting.pm
268 268
    ],
269 269
  },
270 270

  
271
  time_recording_article => {
272
    # Make locales.pl happy: $self->render("simple_system_setting/_time_recording_article_form")
273
    class  => 'TimeRecordingArticle',
274
    auth   => 'config',
275
    titles => {
276
      list => t8('Time Recording Articles'),
277
      add  => t8('Add time recording article'),
278
      edit => t8('Edit time recording article'),
279
    },
280
    list_attributes => [
281
      { title => t8('Article'), formatter => sub { $_[0]->part->displayable_name } },
282
    ],
283
  },
284

  
271 285
);
272 286

  
273 287
my @default_list_attributes = (

Auch abrufbar als: Unified diff