X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttImportHelper.class.php;fp=WEB-INF%2Flib%2FttImportHelper.class.php;h=7b68ba7ce881f6f534b45647f415f6aa87cce7c3;hb=7b81d0e15ca73f1ee3558f4b042c513933d8735a;hp=dfa3be5977ce2073528d116fcfaa82342ac0841c;hpb=a9d5914d51687f6f760b9c0e72fc4e99101f2830;p=timetracker.git diff --git a/WEB-INF/lib/ttImportHelper.class.php b/WEB-INF/lib/ttImportHelper.class.php index dfa3be59..7b68ba7c 100644 --- a/WEB-INF/lib/ttImportHelper.class.php +++ b/WEB-INF/lib/ttImportHelper.class.php @@ -332,6 +332,7 @@ class ttImportHelper { 'chfinish' => (int) $this->currentElement['SHOW_END'], 'chnote' => (int) $this->currentElement['SHOW_NOTE'], 'chcf_1' => (int) $this->currentElement['SHOW_CUSTOM_FIELD_1'], + 'chunits' => (int) $this->currentElement['SHOW_WORK_UNITS'], 'group_by' => $this->currentElement['GROUP_BY'], 'chtotalsonly' => (int) $this->currentElement['SHOW_TOTALS_ONLY'])); }