mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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;
|
return $lastTransactionDate;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($lastTransactionDate < $lastJournalDate) {
|
if ($lastTransactionDate > $lastJournalDate) {
|
||||||
return $lastTransactionDate;
|
return $lastTransactionDate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user