Merge pull request #10522 from turbo124/v5-develop
Update invoice event when matching on invoice transactions
This commit is contained in:
commit
3d2ba32c7d
|
|
@ -323,6 +323,9 @@ class MatchBankTransactions implements ShouldQueue
|
|||
->updatePaidToDate($_amount)
|
||||
->setCalculatedStatus()
|
||||
->save();
|
||||
|
||||
|
||||
event('eloquent.updated: App\Models\Invoice', $this->invoice);
|
||||
}
|
||||
});
|
||||
}, 2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue