X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FCsvImport%2FBase.pm;h=1aaec79c9555cc7681596f4d4f8365f19c613aa3;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=4f718f72903d8db0c236c70c922b085c048e982c;hpb=0929128e47bfa00d012594b35065dc47069f3609;p=kivitendo-erp.git 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; }