diff --git a/htdocs/admin/expedition.php b/htdocs/admin/expedition.php index c7a232425831af1964e0c8e9b2a754ba43bd61b0..d13378000c35bf9c3c39ba02232c2c82c06f4bec 100644 --- a/htdocs/admin/expedition.php +++ b/htdocs/admin/expedition.php @@ -192,7 +192,7 @@ if ($action == 'setmethod' || $action== 'setmod') $moduleid=GETPOST('moduleid','alpha'); $statut=GETPOST('statut','alpha'); - require_once DOL_DOCUMENT_ROOT.'/core/modules/expedition/methode_expedition_$module.modules.php'; + require_once DOL_DOCUMENT_ROOT."/core/modules/expedition/methode_expedition_$module.modules.php"; $classname = "methode_expedition_$module"; $expem = new $classname($db);