mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
add missing project
This commit is contained in:
parent
2e553911b0
commit
da960e96d2
@ -52,6 +52,7 @@ class JsTimesheet extends Api\CalDAV\JsBase
|
|||||||
'description' => $timesheet['description'],
|
'description' => $timesheet['description'],
|
||||||
'start' => self::UTCDateTime($timesheet['start'], true),
|
'start' => self::UTCDateTime($timesheet['start'], true),
|
||||||
'duration' => (int)$timesheet['duration'],
|
'duration' => (int)$timesheet['duration'],
|
||||||
|
'project' => $timesheet['project'],
|
||||||
'quantity' => (double)$timesheet['quantity'],
|
'quantity' => (double)$timesheet['quantity'],
|
||||||
'unitprice' => (double)$timesheet['unitprice'],
|
'unitprice' => (double)$timesheet['unitprice'],
|
||||||
'category' => self::categories($timesheet['cat_id']),
|
'category' => self::categories($timesheet['cat_id']),
|
||||||
@ -113,6 +114,7 @@ class JsTimesheet extends Api\CalDAV\JsBase
|
|||||||
{
|
{
|
||||||
case 'title':
|
case 'title':
|
||||||
case 'description':
|
case 'description':
|
||||||
|
case 'project':
|
||||||
$timesheet['ts_'.$name] = $value;
|
$timesheet['ts_'.$name] = $value;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user