New: Vérification par web service de la validité du code tva intracommunautaire
This commit is contained in:
parent
076048be2e
commit
850b91e524
@ -41,7 +41,7 @@ print '<body style="margin: 10px">';
|
|||||||
print '<div>';
|
print '<div>';
|
||||||
print '<div>';
|
print '<div>';
|
||||||
|
|
||||||
print_fiche_titre($langs->trans("VATIntraCheckableOnEUSite"));
|
print_fiche_titre($langs->trans("VATIntraCheckableOnEUSite"),'','setup');
|
||||||
|
|
||||||
|
|
||||||
if (! $_REQUEST["countryCode"])
|
if (! $_REQUEST["countryCode"])
|
||||||
@ -98,6 +98,7 @@ else
|
|||||||
{
|
{
|
||||||
if ($result['requestDate']) print $langs->trans("Date").': '.$result['requestDate'].'<br>';
|
if ($result['requestDate']) print $langs->trans("Date").': '.$result['requestDate'].'<br>';
|
||||||
print $langs->trans("VATIntraSyntaxIsValid").': <font class="error">'.$langs->trans("No").'</font><br>';
|
print $langs->trans("VATIntraSyntaxIsValid").': <font class="error">'.$langs->trans("No").'</font><br>';
|
||||||
|
print $langs->trans("VATIntraValueIsValid").': <font class="error">'.$langs->trans("No").'</font><br>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user