]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttImportHelper.class.php
Fixed export-import of fav reports to inclide show_ip and show_paid fields.
[timetracker.git] / WEB-INF / lib / ttImportHelper.class.php
index ff2ea3c5b0e54d303be1d5006ff063da2afe8086..2b1b5af361dbf5a06c76c428e148579ee77a7c4d 100644 (file)
@@ -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'],