X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/09a0f5eb840d00b4dca766ed24c42f50546c0e39..9d2d670570a584098a4e19c22d052412cdf18633:/WEB-INF/lib/ttImportHelper.class.php diff --git a/WEB-INF/lib/ttImportHelper.class.php b/WEB-INF/lib/ttImportHelper.class.php index ff2ea3c5..2b1b5af3 100644 --- a/WEB-INF/lib/ttImportHelper.class.php +++ b/WEB-INF/lib/ttImportHelper.class.php @@ -322,6 +322,7 @@ class ttImportHelper { 'chclient' => (int) $this->currentElement['SHOW_CLIENT'], 'chinvoice' => (int) $this->currentElement['SHOW_INVOICE'], 'chpaid' => (int) $this->currentElement['SHOW_PAID'], + 'chip' => (int) $this->currentElement['SHOW_IP'], 'chproject' => (int) $this->currentElement['SHOW_PROJECT'], 'chstart' => (int) $this->currentElement['SHOW_START'], 'chduration' => (int) $this->currentElement['SHOW_DURATION'],