Merge pull request #4377 from expsa/ahmed_odex25_base

fixing calling function
This commit is contained in:
ahmed-nouri051 2025-08-28 16:12:13 +02:00 committed by GitHub
commit dd2e53c2f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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))
.open(this.signerName, mail).sent.then(_.bind(_sign, this));
} else {
_odex25_sign.call(this);
_sign.call(this);
}
function _sign() {