css
This commit is contained in:
parent
e96061dd18
commit
e119ea0524
@ -1604,11 +1604,11 @@ while ($i < min($num, $limit)) {
|
|||||||
}
|
}
|
||||||
// VAT
|
// VAT
|
||||||
if (!empty($arrayfields['s.tva_intra']['checked'])) {
|
if (!empty($arrayfields['s.tva_intra']['checked'])) {
|
||||||
print "<td>";
|
print '<td class="tdoverflowmax125" title="'.dol_escape_htmltag($obj->tva_intra).'">';
|
||||||
print $obj->tva_intra;
|
|
||||||
if ($obj->tva_intra && !isValidVATID($companystatic)) {
|
if ($obj->tva_intra && !isValidVATID($companystatic)) {
|
||||||
print img_warning("BadVATNumber", '', '');
|
print img_warning("BadVATNumber", '', 'pictofixedwidth');
|
||||||
}
|
}
|
||||||
|
print $obj->tva_intra;
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user