Use Merge number formatting instead of export formatting. It takes export file type into consideration.

This commit is contained in:
nathangray 2021-04-21 10:33:31 -06:00
parent 1bcc884e24
commit 583fbea046

View File

@ -110,6 +110,9 @@ class timesheet_merge extends Api\Storage\Merge
// Convert to human friendly values
$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);
foreach($_selects['status'] as &$status)
{