Fix: Suppression d'affichage d'un "0" perdu.
This commit is contained in:
parent
aba2c33ed5
commit
ec2cd20519
@ -60,14 +60,14 @@ if ($_GET["action"] == 'edit')
|
||||
print '<form method="post" action="index.php">';
|
||||
print '<input type="hidden" name="action" value="update">';
|
||||
|
||||
print '<table class="noborder" cellpadding="3" cellspacing="0" width="100%">';
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre"><td colspan="2">Informations sur la société ou association</td></tr>';
|
||||
|
||||
print '<tr class="impair"><td>Nom de la société/association</td><td>';
|
||||
print '<input name="nom" value="'. MAIN_INFO_SOCIETE_NOM . '"></td></tr>';
|
||||
|
||||
print '<tr class="pair"><td>Pays de la société</td><td>';
|
||||
print $form->select_pays(MAIN_INFO_SOCIETE_PAYS);
|
||||
$form->select_pays(MAIN_INFO_SOCIETE_PAYS);
|
||||
print '</td></tr>';
|
||||
|
||||
print '<tr class="impair"><td width="50%">Numéro de TVA intracommunautaire</td><td>';
|
||||
@ -89,7 +89,7 @@ if ($_GET["action"] == 'edit')
|
||||
else
|
||||
{
|
||||
|
||||
print '<table class="noborder" cellpadding="3" cellspacing="0" width="100%">';
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre"><td>Informations sur la société/association</td><td>'.$langs->trans("Value").'</td></tr>';
|
||||
print '<tr class="impair"><td width="50%">Nom de la société/association</td><td>' . MAIN_INFO_SOCIETE_NOM . '</td></tr>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user