From ec5f8bd5ebe6e06a99fe1aac44aa3571004f1910 Mon Sep 17 00:00:00 2001 From: ahmed-nouri051 Date: Thu, 28 Aug 2025 16:06:47 +0200 Subject: [PATCH] fixing calling function --- odex25_base/odex25_sign/static/src/js/sign_common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odex25_base/odex25_sign/static/src/js/sign_common.js b/odex25_base/odex25_sign/static/src/js/sign_common.js index 1dd0ef8c2..06f809e18 100644 --- a/odex25_base/odex25_sign/static/src/js/sign_common.js +++ b/odex25_base/odex25_sign/static/src/js/sign_common.js @@ -1627,7 +1627,7 @@ odoo.define('odex25_sign.document_signing', function (require) { (new PublicSignerDialog(this, this.requestID, this.requestToken, this.RedirectURL)) .open(this.signerName, mail).sent.then(_.bind(_sign, this)); } else { - _odex25_sign.call(this); + _sign.call(this); } function _sign() {