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)
|
->updatePaidToDate($_amount)
|
||||||
->setCalculatedStatus()
|
->setCalculatedStatus()
|
||||||
->save();
|
->save();
|
||||||
|
|
||||||
|
|
||||||
|
event('eloquent.updated: App\Models\Invoice', $this->invoice);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, 2);
|
}, 2);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue