From: Bernd Bleßmann Date: Fri, 17 Feb 2017 14:27:56 +0000 (+0100) Subject: CsvImport: doppelt angegebene Methode "file" entfernt X-Git-Tag: release-3.5.4~1227 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d9af4462dfd761b68aceb6f017686c51af5da0dc;p=kivitendo-erp.git CsvImport: doppelt angegebene Methode "file" entfernt --- diff --git a/SL/Controller/CsvImport.pm b/SL/Controller/CsvImport.pm index 43d6fbf7a..6b0904288 100644 --- a/SL/Controller/CsvImport.pm +++ b/SL/Controller/CsvImport.pm @@ -32,7 +32,7 @@ use parent qw(SL::Controller::Base); use Rose::Object::MakeMethods::Generic ( - scalar => [ qw(type profile file all_profiles all_charsets sep_char all_sep_chars quote_char all_quote_chars escape_char all_escape_chars all_buchungsgruppen all_units + scalar => [ qw(type profile all_profiles all_charsets sep_char all_sep_chars quote_char all_quote_chars escape_char all_escape_chars all_buchungsgruppen all_units import_status errors headers raw_data_headers info_headers data num_importable displayable_columns file all_taxzones) ], 'scalar --get_set_init' => [ qw(worker task_server num_imported mappings) ], 'array' => [