X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c537bffbf60f078202ca72977b3e35f2e0f0fd7..ba802064109d19f3488e5555ec04491681e37b51:/SL/Controller/CsvImport/Part.pm diff --git a/SL/Controller/CsvImport/Part.pm b/SL/Controller/CsvImport/Part.pm index 75adc9778..a78ab8c1e 100644 --- a/SL/Controller/CsvImport/Part.pm +++ b/SL/Controller/CsvImport/Part.pm @@ -446,8 +446,6 @@ sub handle_makemodel { my $i = 0; $_->sortorder(++$i) for @{ $entry->{part}->makemodels }; - $entry->{part}->makemodel($object->makemodel); - $self->save_with_cascade(1) if $found_any; }