mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
All kinds of cleanup.
This commit is contained in:
@@ -67,6 +67,7 @@ class Report implements ReportInterface
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
);
|
||||
} else {
|
||||
@@ -86,6 +87,7 @@ class Report implements ReportInterface
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
);
|
||||
}
|
||||
@@ -148,6 +150,7 @@ class Report implements ReportInterface
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
);
|
||||
} else {
|
||||
@@ -157,6 +160,7 @@ class Report implements ReportInterface
|
||||
if ($journal->transactionType->type == 'Deposit') {
|
||||
return $journal;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user