2
0
forked from Wavyzz/dolibarr

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
if (!empty($arrayfields['s.code_client']['checked'])) {
print '<td class="tdoverflowmax150" title="'.dol_escape_htmltag($companystatic->code_client).'">';
print dol_escape_htmltag($companystatic->code_client);
print '</td>';
if (!$i) {
$totalarray['nbfield']++;
if (!empty($arrayfields['s.code_client']['checked'])) {
print '<td class="tdoverflowmax150" title="'.dol_escape_htmltag($companystatic->code_client).'">';
print dol_escape_htmltag($companystatic->code_client);
print '</td>';
if (!$i) {
$totalarray['nbfield']++;
}
}
}
// Town
// Town
if (!empty($arrayfields['s.town']['checked'])) {
print '<td class="tdoverflowmax100" title="'.dol_escape_htmltag($obj->town).'">';
print dol_escape_htmltag($obj->town);