mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat: receipt mail preview
This commit is contained in:
@@ -524,7 +524,7 @@ export default class SalesReceiptsController extends BaseController {
|
||||
const { id: receiptId } = req.params;
|
||||
|
||||
try {
|
||||
const data = await this.saleReceiptsApplication.getSaleReceiptMail(
|
||||
const data = await this.saleReceiptsApplication.getSaleReceiptMailState(
|
||||
tenantId,
|
||||
receiptId
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user