From f3a40b341bdff89fd0bd9e84aa42db06b8092b2f Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 24 Aug 2012 11:45:28 +0000 Subject: [PATCH] * timesheet/mergeprint: add missing datefield definition --- timesheet/inc/class.timesheet_merge.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/timesheet/inc/class.timesheet_merge.inc.php b/timesheet/inc/class.timesheet_merge.inc.php index 08ac4c3361..26749d2564 100644 --- a/timesheet/inc/class.timesheet_merge.inc.php +++ b/timesheet/inc/class.timesheet_merge.inc.php @@ -49,6 +49,10 @@ class timesheet_merge extends bo_merge { parent::__construct(); $this->bo = new timesheet_bo(); + $this->date_fields += array( + 'ts_start', + 'ts_modified', + ); } /**