This commit is contained in:
Cüneyt Şentürk
2022-10-05 10:09:10 +03:00
parent 4e6988373c
commit 38c6ccd9c7
10 changed files with 46 additions and 46 deletions

View File

@ -171,7 +171,7 @@ abstract class Report
$sum += is_array($total) ? array_sum($total) : $total;
}
$total = $this->has_money ? money($sum, setting('default.currency'), true)->format() : $sum;
$total = $this->has_money ? money($sum, default_currency(), true)->format() : $sum;
} else {
$total = trans('general.na');
}