mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: missed send_to_email column in sale estimate.
This commit is contained in:
@@ -43,7 +43,7 @@ export default class PaymentReceivesSubscriber {
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle
|
||||
* Handle revert invoices payment amount once payment receive deleted.
|
||||
*/
|
||||
@On(events.paymentReceive.onDeleted)
|
||||
async handleInvoiceDecrementPaymentAmount({ tenantId, paymentReceiveId, oldPaymentReceive }) {
|
||||
|
||||
Reference in New Issue
Block a user