Fixing style errors.
This commit is contained in:
parent
e12d10158c
commit
1bf000a8da
@ -2109,15 +2109,15 @@ if ($resql) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Customer Code
|
// Customer Code
|
||||||
if (!empty($arrayfields['s.code_client']['checked'])) {
|
if (!empty($arrayfields['s.code_client']['checked'])) {
|
||||||
print '<td class="tdoverflowmax150" title="'.dol_escape_htmltag($companystatic->code_client).'">';
|
print '<td class="tdoverflowmax150" title="'.dol_escape_htmltag($companystatic->code_client).'">';
|
||||||
print dol_escape_htmltag($companystatic->code_client);
|
print dol_escape_htmltag($companystatic->code_client);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
// Town
|
||||||
// Town
|
|
||||||
if (!empty($arrayfields['s.town']['checked'])) {
|
if (!empty($arrayfields['s.town']['checked'])) {
|
||||||
print '<td class="tdoverflowmax100" title="'.dol_escape_htmltag($obj->town).'">';
|
print '<td class="tdoverflowmax100" title="'.dol_escape_htmltag($obj->town).'">';
|
||||||
print dol_escape_htmltag($obj->town);
|
print dol_escape_htmltag($obj->town);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user