CsvImport: Kunden - payment und andere Daten aktualisierbar gemacht
[kivitendo-erp.git] / SL / Controller / CsvImport / Helper / Consistency.pm
index a666e6f..bf1d4c0 100644 (file)
@@ -34,6 +34,9 @@ sub check_currency {
     }
 
     $object->currency_id($currency->id);
+
+    # register currency_id for method copying later
+    $self->clone_methods->{currency_id} = 1;
   }
 
   # Set default currency if none was given and take_default is true.