mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Leave pm_id as an integer
This commit is contained in:
parent
888bbd0051
commit
3ac6fcd941
@ -63,8 +63,6 @@ class timesheet_export_csv implements importexport_iface_export_plugin {
|
||||
$record = new timesheet_egw_record($identifier);
|
||||
if($options['convert']) {
|
||||
importexport_export_csv::convert($record, self::$types, 'timesheet', $lookups);
|
||||
// Special handling because it's added, not a custom field
|
||||
if($record->pm_id) $record->pm_id = egw_link::title('projectmanager', $record->pm_id);
|
||||
} else {
|
||||
// Implode arrays, so they don't say 'Array'
|
||||
foreach($record->get_record_array() as $key => $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user