Fix: Trans and wrap
This commit is contained in:
parent
9a4cc839bb
commit
fa497cf5fc
@ -59,11 +59,11 @@ RegisteredOffice=Siège social
|
|||||||
Name=Nom
|
Name=Nom
|
||||||
Lastname=Nom
|
Lastname=Nom
|
||||||
Firstname=Prénom
|
Firstname=Prénom
|
||||||
PostOrFunction=Poste/Fonction
|
PostOrFunction=Poste / Fonction
|
||||||
UserTitle=Titre civilité
|
UserTitle=Titre civilité
|
||||||
Surname=Surnom/Pseudo
|
Surname=Surnom/Pseudo
|
||||||
Address=Adresse
|
Address=Adresse
|
||||||
State=Département/Canton
|
State=Département / Canton
|
||||||
Region=Région
|
Region=Région
|
||||||
Country=Pays
|
Country=Pays
|
||||||
CountryCode=Code pays
|
CountryCode=Code pays
|
||||||
|
|||||||
@ -1288,8 +1288,8 @@ else
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// VAT Code
|
// VAT Code
|
||||||
print '<td class="nowrap">'.$langs->trans('VATIntra').'</td>';
|
print '<td>'.$langs->trans('VATIntra').'</td>';
|
||||||
print '<td class="nowrap">';
|
print '<td>';
|
||||||
$s ='<input type="text" class="flat" name="tva_intra" size="12" maxlength="20" value="'.$object->tva_intra.'">';
|
$s ='<input type="text" class="flat" name="tva_intra" size="12" maxlength="20" value="'.$object->tva_intra.'">';
|
||||||
|
|
||||||
if (empty($conf->global->MAIN_DISABLEVATCHECK))
|
if (empty($conf->global->MAIN_DISABLEVATCHECK))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user