forked from extern/egroupware
Fix 'owner from csv' option
This commit is contained in:
parent
19b7918a73
commit
8276cbbade
@ -169,7 +169,7 @@ class timesheet_wizard_import_csv extends importexport_wizard_basic_import_csv
|
||||
$content['change_creator'] = $content['plugin_options']['change_creator'];
|
||||
}
|
||||
|
||||
if(!in_array('ts_creator', $content['field_mapping'])) {
|
||||
if(!in_array('ts_owner', $content['field_mapping'])) {
|
||||
$content['no_owner_map'] = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user