Debug web service project
This commit is contained in:
parent
60682f075c
commit
184705fb14
@ -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' => ''
|
||||
);
|
||||
|
||||
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user