]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/CsvImport/BaseMulti.pm
Benutzerdef. Var. als HTML-Feld: CSV-Import
[kivitendo-erp.git] / SL / Controller / CsvImport / BaseMulti.pm
index 2632722adf41e4f762019663decfa8d5012d8b35..9ddb86beabe144e9057c628126428c688d465cf0 100644 (file)
@@ -174,6 +174,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',