From df6d657098b8379bfc5bbe0dfee90bc67fd6919e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 27 Jun 2005 18:55:14 +0000 Subject: [PATCH] Fix: Fatal error: Cannot instantiate non-existent class: actioncomm in /home/admin/wwwroot/dolibarr/htdocs/compta/facture.php on line 420 --- htdocs/compta/facture.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 5e535048d8a..2f0fcf3a842 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -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;