Merge branch 'akaunting:master' into master

This commit is contained in:
Burak Civan
2022-07-26 14:39:52 +03:00
committed by GitHub

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;