X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0929128e47bfa00d012594b35065dc47069f3609..b293ff8ad52fc76ba0c44783e3982418114d6b08:/SL/Controller/CsvImport/Base.pm diff --git a/SL/Controller/CsvImport/Base.pm b/SL/Controller/CsvImport/Base.pm index 4f718f729..1aaec79c9 100644 --- a/SL/Controller/CsvImport/Base.pm +++ b/SL/Controller/CsvImport/Base.pm @@ -293,6 +293,7 @@ sub handle_cvars { my %type_to_column = ( text => 'text_value', textfield => 'text_value', + htmlfield => 'text_value', select => 'text_value', date => 'timestamp_value_as_date', timestamp => 'timestamp_value_as_date', @@ -610,7 +611,7 @@ sub save_additions_always { # Can be overridden by derived specialized importer classes to save # additional tables always. # This sub is called before the object is saved. Therefore this - # hook will always be executed wether or not the import entry can be saved successfully. + # hook will always be executed whether or not the import entry can be saved successfully. return; }