mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat(server): contact mail notification service
This commit is contained in:
@@ -240,7 +240,7 @@ export class SaleEstimatesApplication {
|
||||
* @returns {}
|
||||
*/
|
||||
public getSaleEstimateMail(tenantId: number, saleEstimateId: number) {
|
||||
return this.sendEstimateMailService.getDefaultMailOpts(
|
||||
return this.sendEstimateMailService.getMailOptions(
|
||||
tenantId,
|
||||
saleEstimateId
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user