* timesheet/mergeprint: add missing datefield definition

This commit is contained in:
Klaus Leithoff 2012-08-24 11:45:28 +00:00
parent 5637674315
commit f3a40b341b

View File

@ -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',
);
}
/**