Suppression de l'inclusion du module supp pour les propales, inclusion dsormais dans addpropal.php3
This commit is contained in:
parent
18e0106a9c
commit
4a23c2feb2
@ -148,10 +148,6 @@ if (defined("MAIN_MODULE_FACTURE") && MAIN_MODULE_FACTURE)
|
||||
if (defined("MAIN_MODULE_PROPALE") && MAIN_MODULE_PROPALE)
|
||||
{
|
||||
require (DOL_DOCUMENT_ROOT ."/includes/modules/propale/modules_propale.php");
|
||||
|
||||
if (defined("PROPALE_ADDON"))
|
||||
if (is_readable(DOL_DOCUMENT_ROOT ."/includes/modules/propale/".PROPALE_ADDON.".php"))
|
||||
require(DOL_DOCUMENT_ROOT ."/includes/modules/propale/".PROPALE_ADDON.".php");
|
||||
|
||||
if (! defined("PROPALE_OUTPUTDIR"))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user