mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
"using the labels of selectbox-customfields instead of the values in notifications"
This commit is contained in:
parent
e13da61106
commit
e522141b42
@ -228,7 +228,7 @@ class addressbook_tracking extends bo_tracking
|
|||||||
}
|
}
|
||||||
$details['#'.$name] = array(
|
$details['#'.$name] = array(
|
||||||
'label' => $custom['label'],
|
'label' => $custom['label'],
|
||||||
'value' => $data['#'.$name],
|
'value' => $custom['type'] == 'select' ? $custom['values'][$data['#'.$name]] : $data['#'.$name],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user