FIX error send token data on newonlinesign

This commit is contained in:
GregM 2022-09-15 14:45:52 +02:00
parent 27f817d940
commit 603f6ed036

View File

@ -426,6 +426,7 @@ if ($action == "dosign" && empty($cancel)) {
dataType: "text",
data: {
"action" : "importSignature",
"token" : \''.newToken().'\',
"signaturebase64" : signature,
"ref" : \''.dol_escape_js($REF).'\',
"securekey" : \''.dol_escape_js($SECUREKEY).'\',