mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: tweak mail notifications content
This commit is contained in:
@@ -61,11 +61,10 @@ export class SendSaleEstimateMail {
|
||||
);
|
||||
return formatSmsMessage(text, {
|
||||
CustomerName: estimate.customer.displayName,
|
||||
EstimateNumber: estimate.estimateNo,
|
||||
EstimateDate: estimate.estimateDateFormatted,
|
||||
EstimateAmount: estimate.totalFormatted,
|
||||
EstimateDueDate: estimate.dueDateFormatted,
|
||||
EstimateDueAmount: estimate.dueAmountFormatted,
|
||||
EstimateNumber: estimate.estimateNumber,
|
||||
EstimateDate: estimate.formattedEstimateDate,
|
||||
EstimateAmount: estimate.formattedAmount,
|
||||
EstimateExpirationDate: estimate.formattedExpirationDate,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user