typo
This commit is contained in:
@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user