diff --git a/htdocs/webservices/admin/webservices.php b/htdocs/webservices/admin/webservices.php index a545f47bdb5..5222476cafb 100644 --- a/htdocs/webservices/admin/webservices.php +++ b/htdocs/webservices/admin/webservices.php @@ -125,7 +125,7 @@ $url=$urlwithouturlroot.DOL_URL_ROOT.'/webservices/server_other.php'; print img_picto('','object_globe.png').' '.''.$url."
\n"; if ($conf->societe->enabled) { - $url=$urlwithouturlroot.DOL_URL_ROOT.'/webservices/server_societe.php'; + $url=$urlwithouturlroot.DOL_URL_ROOT.'/webservices/server_thirdparty.php'; print img_picto('','object_globe.png').' '.''.$url."
\n"; } if ($conf->facture->enabled)