mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fix category use date.
This commit is contained in:
@@ -292,7 +292,7 @@ class CategoryRepository implements CategoryRepositoryInterface
|
||||
return $lastTransactionDate;
|
||||
}
|
||||
|
||||
if ($lastTransactionDate < $lastJournalDate) {
|
||||
if ($lastTransactionDate > $lastJournalDate) {
|
||||
return $lastTransactionDate;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user