Fix: Fatal error: Cannot instantiate non-existent class: actioncomm in /home/admin/wwwroot/dolibarr/htdocs/compta/facture.php on line 420
This commit is contained in:
parent
fbfb87bcf8
commit
df6d657098
@ -417,6 +417,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance')
|
||||
|
||||
// Insertion action
|
||||
include_once("../contact.class.php");
|
||||
include_once("../actioncomm.class.php");
|
||||
$actioncomm = new ActionComm($db);
|
||||
$actioncomm->type_code = $actioncode;
|
||||
$actioncomm->label = $actionmsg2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user