Replace global $http by new httpInput() to make the test of scenario
working
This commit is contained in:
parent
09336b256a
commit
fe137d9d5f
5 changed files with 12 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue