mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: wip send invoice mail payment template
This commit is contained in:
@@ -406,7 +406,7 @@ export const runningAmount = (amount: number) => {
|
||||
};
|
||||
};
|
||||
|
||||
export const formatSmsMessage = (message, args) => {
|
||||
export const formatSmsMessage = (message: string, args) => {
|
||||
let formattedMessage = message;
|
||||
|
||||
Object.keys(args).forEach((key) => {
|
||||
|
||||
Reference in New Issue
Block a user