Revision 10b50bbf
Von Kivitendo Admin vor 4 Monaten hinzugefügt
| SL/Controller/SimpleSystemSetting.pm | ||
|---|---|---|
|
],
|
||
|
},
|
||
|
|
||
|
parts_group => {
|
||
|
# Make locales.pl happy: $self->render("simple_system_setting/_parts_group_form")
|
||
|
class => 'PartsGroup',
|
||
|
titles => {
|
||
|
list => t8('Partsgroups'),
|
||
|
add => t8('Add partsgroup'),
|
||
|
edit => t8('Edit partsgroup'),
|
||
|
},
|
||
|
list_attributes => [
|
||
|
{ method => 'partsgroup', title => t8('Description') },
|
||
|
{ method => 'obsolete', title => t8('Obsolete'), formatter => sub { $_[0]->obsolete ? t8('yes') : t8('no') } },
|
||
|
],
|
||
|
},
|
||
|
|
||
|
price_factor => {
|
||
|
# Make locales.pl happy: $self->render("simple_system_setting/_price_factor_form")
|
||
|
class => 'PriceFactor',
|
||
Auch abrufbar als: Unified diff
Warengruppen hierarchisch - DB