Skip to content
Snippets Groups Projects
Commit d2118bfa authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX missing require

parent ad34be0a
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,9 @@ function manage_form($arr_id, $history, $id_action, $label_action, $status, $col
$result = '';
$config = getXml();
require_once "modules/visa/class/class_modules_tools.php";
$circuit_visa = new visa();
$db = new Database();
$coll_id = $_SESSION['current_basket']['coll_id'];
foreach ($arr_id as $res_id) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment