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