Fix css
This commit is contained in:
parent
6af9f3b142
commit
25971e373d
@ -900,7 +900,7 @@ while ($i < min($num, $limit)) {
|
|||||||
|
|
||||||
// Ref customer
|
// Ref customer
|
||||||
if (!empty($arrayfields['e.ref_supplier']['checked'])) {
|
if (!empty($arrayfields['e.ref_supplier']['checked'])) {
|
||||||
print '<td title="'.dol_escape_htmltag($obj->ref_supplier).'>';
|
print '<td title="'.dol_escape_htmltag($obj->ref_supplier).'">';
|
||||||
print dol_escape_htmltag($obj->ref_supplier);
|
print dol_escape_htmltag($obj->ref_supplier);
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user