Replace global $http by new httpInput() to make the test of scenario

working
This commit is contained in:
Dany De Bontridder 2017-07-23 13:17:18 +02:00
parent 09336b256a
commit fe137d9d5f
5 changed files with 12 additions and 5 deletions

View file

@ -36,7 +36,11 @@ require_once NOALYSS_INCLUDE.'/class/acc_ledger.class.php';
$gDossier=dossier::id();
global $cn;
global $http;
global $g_parameter;
$http=new HttpInput();
$show_menu=1;
$ledger=new Acc_Ledger($cn,-1);