mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some code cleanup.
This commit is contained in:
@@ -466,7 +466,7 @@ class BillRepository implements BillRepositoryInterface
|
||||
$description = strtolower($journal->description) . ' ' . strtolower(TransactionJournal::destinationAccount($journal)->name);
|
||||
|
||||
// new: add source to word match:
|
||||
$description .= ' '.strtolower(TransactionJournal::sourceAccount($journal)->name);
|
||||
$description .= ' ' . strtolower(TransactionJournal::sourceAccount($journal)->name);
|
||||
|
||||
$wordMatch = $this->doWordMatch($matches, $description);
|
||||
$amountMatch = $this->doAmountMatch(TransactionJournal::amountPositive($journal), $bill->amount_min, $bill->amount_max);
|
||||
|
Reference in New Issue
Block a user