fix: ip address missing of document originator using public-sign

This commit is contained in:
RaktimaNXG
2024-07-26 14:06:47 +05:30
parent 76a11f6ee6
commit b8d6ec5fe0
5 changed files with 57 additions and 17 deletions
@@ -61,6 +61,7 @@ const createDocumentFromTemplate = async (template, existContact, index) => {
object.set('URL', template?.URL);
object.set('CreatedBy', template?.CreatedBy);
object.set('ExtUserPtr', template?.ExtUserPtr);
object.set('OriginIp', template?.OriginIp || '');
let signers = template?.Signers || [];
const signerobj = {
__type: 'Pointer',