|
@@ -431,11 +431,12 @@ if ($action == "dosign" && empty($cancel)) {
|
|
|
"ref" : \''.dol_escape_js($REF).'\',
|
|
|
"securekey" : \''.dol_escape_js($SECUREKEY).'\',
|
|
|
"mode" : \''.dol_escape_htmltag($source).'\',
|
|
|
+ "entity" : \''.dol_escape_htmltag($entity).'\',
|
|
|
},
|
|
|
success: function(response) {
|
|
|
if(response == "success"){
|
|
|
console.log("Success on saving signature");
|
|
|
- window.location.replace("'.$_SERVER["PHP_SELF"].'?ref='.urlencode($ref).'&message=signed&securekey='.urlencode($SECUREKEY).'");
|
|
|
+ window.location.replace("'.$_SERVER["PHP_SELF"].'?ref='.urlencode($ref).'&message=signed&securekey='.urlencode($SECUREKEY).($conf->multicompany->enabled?'&entity='.$entity:'').'");
|
|
|
}else{
|
|
|
console.error(response);
|
|
|
}
|