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