mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Add replanned time as trackable in history (also adds as exportable field)
This commit is contained in:
parent
6fdcae2995
commit
7d568d90c7
@ -67,6 +67,7 @@ class infolog_tracking extends bo_tracking
|
||||
'info_location' => 'Lo',
|
||||
// PM fields
|
||||
'info_planned_time' => 'pT',
|
||||
'info_replanned_time' => 'replanned',
|
||||
'info_used_time' => 'uT',
|
||||
'pl_id' => 'pL',
|
||||
'info_price' => 'pr',
|
||||
@ -102,6 +103,7 @@ class infolog_tracking extends bo_tracking
|
||||
'info_cc' => 'Cc',
|
||||
// PM fields
|
||||
'info_planned_time' => 'planned time',
|
||||
'info_replanned_time' => 're-planned time',
|
||||
'info_used_time' => 'used time',
|
||||
'pl_id' => 'pricelist',
|
||||
'info_price' => 'price',
|
||||
|
@ -2011,6 +2011,7 @@ else
|
||||
// PM fields, ToDo: access control!!!
|
||||
'pT' => 'date-duration',
|
||||
'uT' => 'date-duration',
|
||||
'replanned' => 'date-duration',
|
||||
// 'pL' => 'projectmanager-pricelist',
|
||||
'pr' => 'float',
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user