mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Various code for bills and rules.
This commit is contained in:
@@ -339,6 +339,7 @@ class CsvProcessor implements FileProcessorInterface
|
||||
{
|
||||
$hash = $this->getRowHash($array);
|
||||
$count = $this->repository->countByHash($hash);
|
||||
Log::debug(sprintf('Hash is %s and count is %d', $hash, $count));
|
||||
|
||||
return $count > 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user