X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3f924c0fc876c2133e5ba22f25a45a484885ee0b..c364e43efab3ac6f0f0c20cd6f8f89a85ab45280:/SL/Controller/CsvImport/BaseMulti.pm diff --git a/SL/Controller/CsvImport/BaseMulti.pm b/SL/Controller/CsvImport/BaseMulti.pm index 5f5e337bf..ad8403994 100644 --- a/SL/Controller/CsvImport/BaseMulti.pm +++ b/SL/Controller/CsvImport/BaseMulti.pm @@ -188,7 +188,7 @@ sub init_profile { my %unwanted = map { ( $_ => 1 ) } (qw(itime mtime), map { $_->name } @{ $class->meta->primary_key_columns }); - # TODO: execeptions for AccTransaction and Invoice wh + # TODO: exceptions for AccTransaction and Invoice wh if ( $class =~ m/^SL::DB::AccTransaction/ ) { my %unwanted_acc_trans = map { ( $_ => 1 ) } (qw(acc_trans_id trans_id cleared fx_transaction ob_transaction cb_transaction itime mtime chart_link tax_id description gldate memo source transdate), map { $_->name } @{ $class->meta->primary_key_columns }); @unwanted{keys %unwanted_acc_trans} = values %unwanted_acc_trans;