mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix bill scan.
This commit is contained in:
parent
b81b34a706
commit
6a01a9bdfd
@ -276,7 +276,7 @@ class BillRepository implements BillRepositoryInterface
|
||||
$matches = explode(',', $bill->match);
|
||||
$description = strtolower($journal->description) . ' ' . strtolower($journal->destination_account->name);
|
||||
$wordMatch = $this->doWordMatch($matches, $description);
|
||||
$amountMatch = $this->doAmountMatch($journal->amount, $bill->amount_min, $bill->amount_max);
|
||||
$amountMatch = $this->doAmountMatch($journal->amount_positive, $bill->amount_min, $bill->amount_max);
|
||||
|
||||
/*
|
||||
* If both, update!
|
||||
|
Loading…
Reference in New Issue
Block a user