fixing calling function
This commit is contained in:
parent
1d0fdb9129
commit
ec5f8bd5eb
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue