Add replanned time as trackable in history (also adds as exportable field)

This commit is contained in:
Nathan Gray 2012-10-10 15:27:43 +00:00
parent 6fdcae2995
commit 7d568d90c7
2 changed files with 3 additions and 0 deletions

View File

@ -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',

View File

@ -2011,6 +2011,7 @@ else
// PM fields, ToDo: access control!!!
'pT' => 'date-duration',
'uT' => 'date-duration',
'replanned' => 'date-duration',
// 'pL' => 'projectmanager-pricelist',
'pr' => 'float',
),