From: Nik Okuntseff Date: Mon, 19 Mar 2018 15:30:19 +0000 (+0000) Subject: Fixed export-import of fav reports to inclide show_ip and show_paid fields. X-Git-Tag: timetracker_1.19-1~993 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9d2d670570a584098a4e19c22d052412cdf18633;p=timetracker.git Fixed export-import of fav reports to inclide show_ip and show_paid fields. --- diff --git a/WEB-INF/lib/ttExportHelper.class.php b/WEB-INF/lib/ttExportHelper.class.php index c71b856d..ab691c99 100644 --- a/WEB-INF/lib/ttExportHelper.class.php +++ b/WEB-INF/lib/ttExportHelper.class.php @@ -291,6 +291,8 @@ class ttExportHelper { " period_end=\"".$fav_report['period_end']."\"". " show_client=\"".$fav_report['show_client']."\"". " show_invoice=\"".$fav_report['show_invoice']."\"". + " show_paid=\"".$fav_report['show_paid']."\"". + " show_ip=\"".$fav_report['show_ip']."\"". " show_project=\"".$fav_report['show_project']."\"". " show_start=\"".$fav_report['show_start']."\"". " show_duration=\"".$fav_report['show_duration']."\"". 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'], diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 821223fe..8fcee948 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.62.4118 | Copyright © Anuko | +  Anuko Time Tracker 1.17.63.4119 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}