mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
Fix category use date.
This commit is contained in:
parent
1ec2772255
commit
e1bb0298cb
@ -292,7 +292,7 @@ class CategoryRepository implements CategoryRepositoryInterface
|
||||
return $lastTransactionDate;
|
||||
}
|
||||
|
||||
if ($lastTransactionDate < $lastJournalDate) {
|
||||
if ($lastTransactionDate > $lastJournalDate) {
|
||||
return $lastTransactionDate;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user