Merge pull request #22286 from atm-GregM/FIX_newonlineSign_send_token_data

FIX error send token data on newonlinesign
This commit is contained in:
Laurent Destailleur 2022-09-20 00:25:25 +02:00 committed by GitHub
commit dfa1d3a199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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).'\',