Update invoice event when matching on invoice transactions
This commit is contained in:
parent
2e97cc84ea
commit
f87cac3583
|
|
@ -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