X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8fbb71e402a1ab11d1ed2ecb8d122b14f3b28abc..228dfbdc7b671f8c8ac8254ae7cda2e3675351ae:/SL/Controller/CsvImport/Order.pm diff --git a/SL/Controller/CsvImport/Order.pm b/SL/Controller/CsvImport/Order.pm index 10c3433b6..7577ef047 100644 --- a/SL/Controller/CsvImport/Order.pm +++ b/SL/Controller/CsvImport/Order.pm @@ -6,6 +6,7 @@ use strict; use List::MoreUtils qw(any); use SL::Helper::Csv; +use SL::Controller::CsvImport::Helper::Consistency; use SL::DB::Order; use SL::DB::OrderItem; use SL::DB::Part; @@ -324,7 +325,7 @@ sub handle_order { $self->check_project($entry, global => 1); $self->check_ct_shipto($entry); $self->check_taxzone($entry); - SL::Helper::Csv::Consistency->check_currency($entry, take_default => 0); + $self->check_currency($entry, take_default => 0); if ($vc_obj) { # copy from customer if not given