Code Cleaning split PDF into PDF_Core and PDF

This commit is contained in:
Dany De Bontridder 2019-07-27 17:50:42 +02:00
parent 396fe8d99a
commit 25ef8ad689
22 changed files with 522 additions and 432 deletions

View file

@ -30,7 +30,7 @@ include_once('lib/impress.class.php');
require_once NOALYSS_INCLUDE.'/class/noalyss_parameter_folder.class.php';
require_once NOALYSS_INCLUDE.'/class/dossier.class.php';
require_once NOALYSS_INCLUDE.'/class/user.class.php';
require_once NOALYSS_INCLUDE.'/lib/pdf.class.php';
require_once NOALYSS_INCLUDE.'/class/pdf.class.php';
require_once NOALYSS_INCLUDE.'/lib/http_input.class.php';
$http=new HttpInput();
$from_periode = $http->get("from_periode","date");