Fix for multicompany on online sign url
This commit is contained in:
parent
8410298c7e
commit
b1197d4f4e
@ -119,11 +119,9 @@ function getOnlineSignatureUrl($mode, $type, $ref = '', $localorexternal = 1)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// For multicompany
|
// For multicompany
|
||||||
/*
|
if (!empty($out) && !empty($conf->multicompany->enabled)) {
|
||||||
if (!empty($out)) {
|
$out .= "&entity=".$conf->entity; // Check the entity because we may have the same reference in several entities
|
||||||
$out .= "&entity=".$conf->entity; // Check the entity because He may be the same reference in several entities
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user