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