Merge branch 'staging' into react-tour

This commit is contained in:
Raktima
2024-10-07 10:05:50 +05:30
committed by GitHub
53 changed files with 3938 additions and 2039 deletions
@@ -169,7 +169,7 @@ const sendMailToAllSigners = async docId => {
receiver_phone: signerMail[i]?.Phone || '',
expiry_date: localExpireDate,
company_name: orgName,
signing_url: `<a href=${signPdf}>Sign here</a>`,
signing_url: `<a href=${signPdf} target=_blank>Sign here</a>`,
};
replaceVar = replaceMailVaribles(requestSubject, htmlReqBody, variables);
}