Revision 0297cac9
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Controller/CsvImport.pm | ||
---|---|---|
142 | 142 |
} |
143 | 143 |
|
144 | 144 |
my $worker = $self->{type} eq 'customers_vendors' ? SL::Controller::CsvImport::CustomerVendor->new(controller => $self, file => $file) |
145 |
: die "Program logic error"; |
|
145 |
: $self->{type} eq 'contacts' ? SL::Controller::CsvImport::Contact->new( controller => $self, file => $file) |
|
146 |
: die "Program logic error"; |
|
146 | 147 |
|
147 | 148 |
$worker->run; |
148 | 149 |
$worker->save_objects if !$params{test}; |
Auch abrufbar als: Unified diff
Längenbeschränkung bei bestimmten Feldern