]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/CsvImport/Helper/Consistency.pm
CsvImport: Kunden - payment und andere Daten aktualisierbar gemacht
[kivitendo-erp.git] / SL / Controller / CsvImport / Helper / Consistency.pm
index a666e6fe58370811a61e33aeda1e5f1769db8739..bf1d4c0c8bdedb0c06f4a0cdb27b83a9aca50632 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.