]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/CsvImport.pm
CsvImport: doppelt angegebene Methode "file" entfernt
[kivitendo-erp.git] / SL / Controller / CsvImport.pm
index 43d6fbf7ad95d4737b44f692184714344b933a79..6b0904288c51d5f703200431cfe00756a957afa7 100644 (file)
@@ -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'                 => [