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:
		| @@ -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