mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Add pm_id & project to list of placeholders
This commit is contained in:
parent
ccbe2dfb04
commit
9f8aa313df
@ -122,7 +122,7 @@ class infolog_merge extends bo_merge
|
|||||||
|
|
||||||
$n = 0;
|
$n = 0;
|
||||||
$tracking = new infolog_tracking($this->bo);
|
$tracking = new infolog_tracking($this->bo);
|
||||||
$fields = array('info_id' => lang('Infolog ID')) + $tracking->field2label;
|
$fields = array('info_id' => lang('Infolog ID'), 'pm_id' => lang('Project ID'), 'project' => lang('Project name')) + $tracking->field2label;
|
||||||
foreach($fields as $name => $label)
|
foreach($fields as $name => $label)
|
||||||
{
|
{
|
||||||
if (in_array($name,array('custom'))) continue; // dont show them
|
if (in_array($name,array('custom'))) continue; // dont show them
|
||||||
|
Loading…
Reference in New Issue
Block a user