mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: missed send_to_email column in sale estimate.
This commit is contained in:
@@ -120,7 +120,9 @@ export default class SaleEstimateService {
|
||||
});
|
||||
|
||||
this.logger.info('[sale_estimate] insert sale estimated success.');
|
||||
await this.eventDispatcher.dispatch(events.saleEstimate.onCreated);
|
||||
await this.eventDispatcher.dispatch(events.saleEstimate.onCreated, {
|
||||
tenantId, saleEstimate, saleEstimateId: saleEstimate.id,
|
||||
});
|
||||
|
||||
return saleEstimate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user