From ec2cd205191c1b277d4b762ec9b5d90456cf8c34 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 12 Oct 2004 22:29:09 +0000 Subject: [PATCH] Fix: Suppression d'affichage d'un "0" perdu. --- htdocs/admin/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index 718e88be596..bf840612b47 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -60,14 +60,14 @@ if ($_GET["action"] == 'edit') print '
'; print ''; - print ''; + print '
'; print ''; print ''; print ''; print '
Informations sur la société ou association
Nom de la société/association'; print '
Pays de la société'; - print $form->select_pays(MAIN_INFO_SOCIETE_PAYS); + $form->select_pays(MAIN_INFO_SOCIETE_PAYS); print '
Numéro de TVA intracommunautaire'; @@ -89,7 +89,7 @@ if ($_GET["action"] == 'edit') else { - print ''; + print '
'; print ''; print '';
Informations sur la société/association'.$langs->trans("Value").'
Nom de la société/association' . MAIN_INFO_SOCIETE_NOM . '