diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 85254ada34a..6ae030258a4 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -32,7 +32,6 @@ require("./pre.inc.php"); require("../../contact.class.php"); -require("../../cactioncomm.class.php"); require("../../actioncomm.class.php"); $langs->load("companies"); diff --git a/htdocs/comm/action/rapport/index.php b/htdocs/comm/action/rapport/index.php index 59f69ee650c..b1283c125b6 100644 --- a/htdocs/comm/action/rapport/index.php +++ b/htdocs/comm/action/rapport/index.php @@ -21,10 +21,17 @@ * $Source$ * */ + +/*! + \file htdocs/comm/action/rapport/index.php + \ingroup commercial + \brief Page accueil des rapports des actions commerciales + \version $Revision$ +*/ + require("./pre.inc.php"); require("../../../contact.class.php"); -require("../../../cactioncomm.class.php"); require("../../../actioncomm.class.php"); /* diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 16f9dbf74df..a8c7db555b4 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -30,7 +30,6 @@ require("./pre.inc.php"); require("../contact.class.php"); -require("../cactioncomm.class.php"); require("../actioncomm.class.php"); $user->getrights('propale'); diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index bd066228fc4..fcbbdb79afc 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -30,7 +30,6 @@ require("./pre.inc.php"); require("../../contact.class.php"); -require("../../cactioncomm.class.php"); require("../../actioncomm.class.php"); $langs->load('companies'); diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php index c56ad024ad8..d630e56add6 100644 --- a/htdocs/compta/clients.php +++ b/htdocs/compta/clients.php @@ -30,7 +30,6 @@ require("./pre.inc.php"); require("../contact.class.php"); -require("../cactioncomm.class.php"); require("../actioncomm.class.php"); if ($conf->webcal->enabled) { require("../lib/webcal.class.php"); diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index d74db076bc2..23a62156963 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -29,7 +29,6 @@ require("./pre.inc.php"); require("../contact.class.php"); -require("../cactioncomm.class.php"); require("../actioncomm.class.php"); require("../facture.class.php"); diff --git a/htdocs/societe.php b/htdocs/societe.php index 681404a7ae1..c3b2f4adaa0 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -29,7 +29,6 @@ require("./pre.inc.php"); require("./contact.class.php"); -require("./cactioncomm.class.php"); require("./actioncomm.class.php"); $langs->load("companies");