mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New converters for #180 (Category and some other stuff)
This commit is contained in:
@@ -257,6 +257,7 @@ class ReportHelper implements ReportHelperInterface
|
||||
if ($set->count() === 0) {
|
||||
return $collection;
|
||||
}
|
||||
/** @var Tag $entry */
|
||||
foreach ($set as $entry) {
|
||||
// less than zero? multiply to be above zero.
|
||||
$amount = $entry->amount;
|
||||
|
Reference in New Issue
Block a user