team members limitation frontend/backend

This commit is contained in:
Čarodej
2021-11-26 10:53:30 +01:00
parent 5626a054da
commit 459087337c
16 changed files with 335 additions and 66 deletions

View File

@@ -477,7 +477,7 @@ if (! function_exists('get_storage_fill_percentage')) {
}
// Return in 2 decimal
return number_format((float) $progress, 2, '.', '');
return (float) number_format((float) $progress, 2, '.', '');
}
}