Revision 6d14c91b
Von Kivitendo Admin vor 9 Tagen hinzugefügt
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
Warengruppen hierarchisch - DB