Skip to content
Snippets Groups Projects
Commit 56264f0b authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fixed incorrect change

parent ea119c45
Branches
Tags
No related merge requests found
...@@ -192,7 +192,7 @@ if ($action == 'setmethod' || $action== 'setmod') ...@@ -192,7 +192,7 @@ if ($action == 'setmethod' || $action== 'setmod')
$moduleid=GETPOST('moduleid','alpha'); $moduleid=GETPOST('moduleid','alpha');
$statut=GETPOST('statut','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"; $classname = "methode_expedition_$module";
$expem = new $classname($db); $expem = new $classname($db);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment