Merge pull request #21454 from simnandez/15.0
Fix: PHP Fatal error: Call to undefined function getOnlineSignatureUrl
This commit is contained in:
commit
661e189d12
@ -74,6 +74,7 @@ if (!$error && $massaction == 'confirm_presend') {
|
||||
$nbignored = 0;
|
||||
$langs->load("mails");
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/signature.lib.php';
|
||||
|
||||
$listofobjectid = array();
|
||||
$listofobjectthirdparties = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user