Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8832d153

Von Sven Schöling vor fast 9 Jahren hinzugefügt

  • ID 8832d153b593cd844c9d5a41bf20526e69bf7f15
  • Vorgänger efa2418d
  • Nachfolger 28b3d021

warnings: SL::Controller::CsvImport::num_imported auf 0 initalisieren

Unterschiede anzeigen:

SL/Controller/CsvImport.pm
31 31
use Rose::Object::MakeMethods::Generic
32 32
(
33 33
 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
34
                                 import_status errors headers raw_data_headers info_headers data num_imported num_importable displayable_columns file all_taxzones) ],
35
 'scalar --get_set_init' => [ qw(worker task_server) ],
34
                                 import_status errors headers raw_data_headers info_headers data num_importable displayable_columns file all_taxzones) ],
35
 'scalar --get_set_init' => [ qw(worker task_server num_imported) ],
36 36
 'array'                 => [
37 37
   progress_tracker     => { },
38 38
   add_progress_tracker => {  interface => 'add', hash_key => 'progress_tracker' },
......
632 632
       :                                        die "Program logic error";
633 633
}
634 634

  
635
sub init_num_imported { 0 }
636

  
635 637
sub setup_help {
636 638
  my ($self) = @_;
637 639

  

Auch abrufbar als: Unified diff