Add link to contact webservice that is already available

This commit is contained in:
Florian Henry 2013-10-25 11:39:14 +02:00
parent fc9752964f
commit ec8cee4d41

View File

@ -102,6 +102,7 @@ print '<br><br>';
$webservices = array(
'user' => '',
'thirdparty' => '!empty($conf->societe->enabled)',
'contact' => '!empty($conf->societe->enabled)',
'productorservice' => '(!empty($conf->product->enabled) || !empty($conf->service->enabled))',
'order' => '!empty($conf->commande->enabled)',
'invoice' => '!empty($conf->facture->enabled)',