Skip to content

Commit

Permalink
FIX : Row size of role contact in thirdparty (#29456)
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-irvine authored Apr 24, 2024
1 parent 090d079 commit 0bcce71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/company.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ function show_contacts($conf, $langs, $db, $object, $backtopage = '', $showuserl

// Role
if (!empty($arrayfields['sc.role']['checked'])) {
print '<td>';
print '<td class="tdoverflowmax150">';
print $formcompany->showRoles("roles", $contactstatic, 'view');
print '</td>';
}
Expand Down

0 comments on commit 0bcce71

Please sign in to comment.