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

start remoteSignatoryBooks

parent 5f3a311a
No related branches found
No related tags found
No related merge requests found
...@@ -34,11 +34,11 @@ function get_form_txt($values, $path_manage_action, $id_action, $table, $module, ...@@ -34,11 +34,11 @@ function get_form_txt($values, $path_manage_action, $id_action, $table, $module,
$html = IxbusController::getModal($config); $html = IxbusController::getModal($config);
} elseif ($config['id'] == 'iParapheur') { } elseif ($config['id'] == 'iParapheur') {
include_once 'modules/visa/class/iParapheurController.php'; include_once 'modules/visa/class/IParapheurController.php';
$html = iParapheurController::getModal($config); $html = iParapheurController::getModal($config);
} elseif ($config['id'] == 'fastParapheur') { } elseif ($config['id'] == 'fastParapheur') {
include_once 'modules/visa/class/fastParapheurController.php'; include_once 'modules/visa/class/FastParapheurController.php';
$html = fastParapheurController::getModal($config); $html = fastParapheurController::getModal($config);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment