forked from extern/egroupware
Fix broken conversion from human values
This commit is contained in:
parent
90113ad7eb
commit
20908f688e
@ -174,7 +174,7 @@ class timesheet_import_csv implements importexport_iface_import_plugin {
|
||||
// don't import empty records
|
||||
if( count( array_unique( $record ) ) < 2 ) continue;
|
||||
|
||||
$result = importexport_import_csv::convert($record, timesheet_egw_record::$types, 'timesheet', $lookups);
|
||||
$result = importexport_import_csv::convert($record, timesheet_egw_record::$types, 'timesheet', $lookups, $_definition->plugin_options['convert']);
|
||||
if($result) $this->warnings[$import_csv->get_current_position()] = $result;
|
||||
|
||||
// Automatically handle text categories without explicit translation
|
||||
|
Loading…
Reference in New Issue
Block a user