Fix: Trans and wrap
This commit is contained in:
parent
9a4cc839bb
commit
fa497cf5fc
@ -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