mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Use Merge number formatting instead of export formatting. It takes export file type into consideration.
This commit is contained in:
parent
1bcc884e24
commit
583fbea046
@ -110,6 +110,9 @@ class timesheet_merge extends Api\Storage\Merge
|
|||||||
|
|
||||||
// Convert to human friendly values
|
// Convert to human friendly values
|
||||||
$types = timesheet_egw_record::$types;
|
$types = timesheet_egw_record::$types;
|
||||||
|
// We have specific requirements for floats, we'll do them in Merge
|
||||||
|
unset($types['float']);
|
||||||
|
|
||||||
$_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