Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision aa08ecd9

Von Kivitendo Admin vor 10 Monaten hinzugefügt

  • ID aa08ecd957c44c9bbe67e56368147be95c927419
  • Vorgänger ddd35e5f
  • Nachfolger e73d55ce

Warengruppen hierarchisch - DB

Unterschiede anzeigen:

SL/Controller/SimpleSystemSetting.pm
134 134
    ],
135 135
  },
136 136

  
137
  parts_group => {
138
    # Make locales.pl happy: $self->render("simple_system_setting/_parts_group_form")
139
    class  => 'PartsGroup',
140
    titles => {
141
      list => t8('Partsgroups'),
142
      add  => t8('Add partsgroup'),
143
      edit => t8('Edit partsgroup'),
144
    },
145
    list_attributes => [
146
      { method => 'partsgroup', title => t8('Description') },
147
      { method => 'obsolete',   title => t8('Obsolete'), formatter => sub { $_[0]->obsolete ? t8('yes') : t8('no') } },
148
    ],
149
  },
150

  
151 137
  price_factor => {
152 138
    # Make locales.pl happy: $self->render("simple_system_setting/_price_factor_form")
153 139
    class  => 'PriceFactor',

Auch abrufbar als: Unified diff