FIX : Missing $object for online signature link build

This commit is contained in:
Gauthier PC portable 024 2022-11-08 14:20:09 +01:00
parent e512c9aeee
commit af6a708523

View File

@ -59,7 +59,7 @@ function showOnlineSignatureUrl($type, $ref)
*/
function getOnlineSignatureUrl($mode, $type, $ref = '', $localorexternal = 1)
{
global $conf, $db, $langs, $dolibarr_main_url_root;
global $conf, $object, $dolibarr_main_url_root;
$ref = str_replace(' ', '', $ref);
$out = '';