]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/CsvImport/Part.pm
Preisaktualisierung bestehender Artikel
[mfinanz.git] / SL / Controller / CsvImport / Part.pm
index 4f1278ac47b07c65fe500166ab2f1f8610520805..6756ad67607cd2f6cff50b35572b2fad3199246e 100644 (file)
@@ -192,7 +192,7 @@ sub check_existing {
 
   if ($self->settings->{article_number_policy} eq 'update_prices') {
     if ($entry->{part}) {
-      map { $object->$_( $entry->{part}->$_ ) } qw(sellprice listprice lastcost);
+      map { $entry->{part}->$_( $object->$_ ) } qw(sellprice listprice lastcost min_sellprice);
       push @{ $entry->{information} }, $::locale->text('Updating prices of existing entry in database');
       $entry->{object_to_save} = $entry->{part};
     }