From 62158d49a7d7ce5ff7ab1fc45497bcf5fa013131 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Mon, 6 Dec 2010 02:40:58 +0000 Subject: [PATCH] Work on webservices --- htdocs/webservices/admin/webservices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\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').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n"; } if ($conf->facture->enabled) -- GitLab