mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
* timesheet/mergeprint: add missing datefield definition
This commit is contained in:
parent
5637674315
commit
f3a40b341b
@ -49,6 +49,10 @@ class timesheet_merge extends bo_merge
|
|||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->bo = new timesheet_bo();
|
$this->bo = new timesheet_bo();
|
||||||
|
$this->date_fields += array(
|
||||||
|
'ts_start',
|
||||||
|
'ts_modified',
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user