Fixing style errors.

This commit is contained in:
stickler-ci 2023-02-17 09:21:01 +00:00
parent e12d10158c
commit 1bf000a8da

View File

@ -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);