From 850b91e524f4464d115b38c6d89276576bf2eb75 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Dec 2006 14:19:00 +0000 Subject: [PATCH] =?UTF-8?q?New:=20V=E9rification=20par=20web=20service=20d?= =?UTF-8?q?e=20la=20validit=E9=20du=20code=20tva=20intracommunautaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/societe/checkvat/checkVatPopup.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/societe/checkvat/checkVatPopup.php b/htdocs/societe/checkvat/checkVatPopup.php index 4306fb482f6..6437098cc17 100644 --- a/htdocs/societe/checkvat/checkVatPopup.php +++ b/htdocs/societe/checkvat/checkVatPopup.php @@ -41,7 +41,7 @@ print ''; print '
'; print '
'; -print_fiche_titre($langs->trans("VATIntraCheckableOnEUSite")); +print_fiche_titre($langs->trans("VATIntraCheckableOnEUSite"),'','setup'); if (! $_REQUEST["countryCode"]) @@ -98,6 +98,7 @@ else { if ($result['requestDate']) print $langs->trans("Date").': '.$result['requestDate'].'
'; print $langs->trans("VATIntraSyntaxIsValid").': '.$langs->trans("No").'
'; + print $langs->trans("VATIntraValueIsValid").': '.$langs->trans("No").'
'; } else {