fixing calling function

This commit is contained in:
ahmed-nouri051 2025-08-28 16:06:47 +02:00
parent 1d0fdb9129
commit ec5f8bd5eb
1 changed files with 1 additions and 1 deletions

View File

@ -1627,7 +1627,7 @@ odoo.define('odex25_sign.document_signing', function (require) {
(new PublicSignerDialog(this, this.requestID, this.requestToken, this.RedirectURL)) (new PublicSignerDialog(this, this.requestID, this.requestToken, this.RedirectURL))
.open(this.signerName, mail).sent.then(_.bind(_sign, this)); .open(this.signerName, mail).sent.then(_.bind(_sign, this));
} else { } else {
_odex25_sign.call(this); _sign.call(this);
} }
function _sign() { function _sign() {