Revision d582b83d
Von Moritz Bunkus vor fast 13 Jahren hinzugefügt
SL/Controller/CsvImport.pm | ||
---|---|---|
142 | 142 |
: $self->type eq 'parts' ? $::locale->text('CSV import: parts and services') |
143 | 143 |
: die; |
144 | 144 |
|
145 |
$self->all_buchungsgruppen(SL::DB::Manager::Buchungsgruppe->get_all_sorted); |
|
145 |
if ($self->{type} eq 'parts') { |
|
146 |
$self->all_buchungsgruppen(SL::DB::Manager::Buchungsgruppe->get_all_sorted); |
|
147 |
} |
|
146 | 148 |
|
147 | 149 |
$self->setup_help; |
148 | 150 |
|
Auch abrufbar als: Unified diff
Buchungsgruppen nur laden, wenn Artikel importiert werden sollen