feat: add send in order in template

This commit is contained in:
prafull-opensignlabs
2024-02-15 18:37:11 +05:30
parent 68050e3a35
commit 97983c423f
8 changed files with 62 additions and 6 deletions
@@ -1002,7 +1002,8 @@ export const createDocument = async (template, placeholders, signerData) => {
className: "_User",
objectId: Doc.CreatedBy.objectId
},
Signers: signers
Signers: signers,
SendinOrder: Doc?.SendinOrder || false
};
try {