Merge branch 'akaunting:master' into master

This commit is contained in:
Burak Civan 2022-07-26 14:39:52 +03:00 committed by GitHub
commit bea1e53b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ trait Charts
public function addMoneyToDonut($color, $amount, $description = '')
{
$label = money($amount, setting('default.currency'), true)->format();
$label = money($amount, setting('default.currency'), true)->formatForHumans();
if (!empty($description)) {
$label .= ' - ' . $description;