Debug web service project

This commit is contained in:
Laurent Destailleur 2016-04-08 21:50:31 +02:00
parent 60682f075c
commit 184705fb14
2 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,8 @@ $webservices = array(
'supplier_invoice' => '!empty($conf->fournisseur->enabled)',
'actioncomm' => '!empty($conf->agenda->enabled)',
'category' => '!empty($conf->categorie->enabled)',
'other' => ''
'project' => '!empty($conf->projet->enabled)',
'other' => ''
);

View File

@ -30,6 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/ws.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
dol_syslog("Call Dolibarr webservices interfaces");