mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
types value moved
This commit is contained in:
parent
1c4101575c
commit
7962433e27
@ -100,7 +100,7 @@ class timesheet_merge extends bo_merge
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Convert to human friendly values
|
// Convert to human friendly values
|
||||||
$types = timesheet_export_csv::$types;
|
$types = timesheet_egw_record::$types;
|
||||||
$_selects = array('status' => $this->bo->status_labels);
|
$_selects = array('status' => $this->bo->status_labels);
|
||||||
foreach($_selects['status'] as &$status)
|
foreach($_selects['status'] as &$status)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user