Bug check vat for Greece – UTF8

To see correct characters in Greek or another country using UTF-8
You must add the following lines to checkVatPopup.php

You will find htdocs/societe/checkvat

After the line

$soapclient = new nusoap_client($WS_DOL_URL_WSDL,true,$params['proxy_host'],$params['proxy_port'],$params['proxy_login'],$params['proxy_password'],$params['connection_timeout'],$params['response_timeout']);

Add

// wsdl utf-8 $soapclient->soap_defencoding = 'utf-8'; $soapclient->xml_encoding = 'utf-8'; $soapclient->decode_utf8 = false;

3-20130528-2.jpg

Pièces jointes :

Thanks. Fixed into 3.4 beta branch